Skip to content

Commit

Permalink
Some small pypi fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
Polle Vanhoof committed Aug 22, 2020
1 parent 4bcedb4 commit 353fb31
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Binary file modified dist/python_progress_bar-1.0.tar.gz
Binary file not shown.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,15 +7,15 @@
setup(
name = 'python_progress_bar',
packages = ['python_progress_bar'],
version = '1.0',
version = '1.01',
license='MIT',
description = 'A progress bar for python shell scripts (Linux)',
author = 'Polle Vanhoof',
author_email = '[email protected]',
long_description=long_description,
long_description_content_type="text/markdown",
url = 'https://github.com/pollev/python_progress_bar',
download_url = 'https://github.com/pollev/python_progress_bar/archive/v1.0.tar.gz',
download_url = 'https://github.com/pollev/python_progress_bar/archive/v1.01.tar.gz',
keywords = ['progress', 'bar', 'indicator'],
install_requires=[
],
Expand Down

0 comments on commit 353fb31

Please sign in to comment.