Skip to content

Commit 68eb18a

Browse files
committed
Mention that workaround is needed for versioneer
1 parent 7386535 commit 68eb18a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

setup.py

+1
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@
2222
#
2323
# ensure cwd is on sys.path
2424
# workaround bug in pip 19.0
25+
# This is needed to load versioneer that lies alongside the setup.py
2526
here = os.path.dirname(__file__)
2627
if here not in sys.path:
2728
sys.path.insert(0, here)

0 commit comments

Comments
 (0)