Skip to content

Commit 2493046

Browse files
BLD: Use relative path in setup.py for pxd includes (#20924)
1 parent 44ccca1 commit 2493046

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -450,7 +450,7 @@ def srcpath(name=None, suffix='.pyx', subdir='src'):
450450

451451

452452
def pxd(name):
453-
return os.path.abspath(pjoin('pandas', name + '.pxd'))
453+
return pjoin('pandas', name + '.pxd')
454454

455455

456456
# args to ignore warnings

0 commit comments

Comments
 (0)