Skip to content

Commit 284e5d0

Browse files
authored
Added package name to setup.py so github understands
1 parent 62c5b45 commit 284e5d0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@
4848

4949
if __name__ == '__main__':
5050
setup(
51-
name=about['__package_name__'],
51+
name='progressbar2',
5252
version=about['__version__'],
5353
author=about['__author__'],
5454
author_email=about['__email__'],

0 commit comments

Comments
 (0)