Skip to content

Commit 5bf0328

Browse files
committed
Fix: setup.py
1 parent e577a4a commit 5bf0328

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
long_description = DESCRIPTION
3030

3131
about = {}
32-
with open(os.path.join(here, NAME, '__version__.py')) as f:
32+
with open(os.path.join(here, PACKAGE, '__version__.py')) as f:
3333
exec(f.read(), about)
3434

3535

0 commit comments

Comments
 (0)