8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents adfd548 + 0b0d29c commit dbf1e7dCopy full SHA for dbf1e7d
setup.py
@@ -43,7 +43,7 @@
43
# So to fix it, we change our __file__ because it's the least invasive thing to
44
# do. This should only happen from git checkouts, pip uses a different mechanism
45
# for tarballs. The OS X filesystem layout is also unlikely to change.
46
- __file__ = '/private' + __file__
+ __file__ = os.path.realpath(__file__)
47
48
CLASSIFIERS = """\
49
Development Status :: 5 - Production/Stable
0 commit comments