We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7386535 commit 68eb18aCopy full SHA for 68eb18a
setup.py
@@ -22,6 +22,7 @@
22
#
23
# ensure cwd is on sys.path
24
# workaround bug in pip 19.0
25
+# This is needed to load versioneer that lies alongside the setup.py
26
here = os.path.dirname(__file__)
27
if here not in sys.path:
28
sys.path.insert(0, here)
0 commit comments