We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e577a4a commit 5bf0328Copy full SHA for 5bf0328
setup.py
@@ -29,7 +29,7 @@
29
long_description = DESCRIPTION
30
31
about = {}
32
-with open(os.path.join(here, NAME, '__version__.py')) as f:
+with open(os.path.join(here, PACKAGE, '__version__.py')) as f:
33
exec(f.read(), about)
34
35
0 commit comments