Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit a3fce91

Browse files
committedFeb 8, 2019
Mention that workaround is needed for versioneer
1 parent 6bc1d5e commit a3fce91

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed
 

‎setup.py

Lines changed: 1 addition & 0 deletions
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)
Please sign in to comment.