Skip to content

Commit

Permalink
More pypi fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
Polle Vanhoof committed Aug 22, 2020
1 parent 353fb31 commit db49907
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 8 deletions.
Binary file removed dist/python_progress_bar-1.0.tar.gz
Binary file not shown.
Binary file added dist/python_progress_bar-1.01.tar.gz
Binary file not shown.
11 changes: 3 additions & 8 deletions setup.py
Original file line number Diff line number Diff line change
@@ -1,21 +1,16 @@
from distutils.core import setup


with open("README.md", "r") as fh:
long_description = fh.read()

setup(
name = 'python_progress_bar',
packages = ['python_progress_bar'],
version = '1.01',
version = '1.02',
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",
long_description= 'Please refer to the full description on github',
url = 'https://github.com/pollev/python_progress_bar',
download_url = 'https://github.com/pollev/python_progress_bar/archive/v1.01.tar.gz',
download_url = 'https://github.com/pollev/python_progress_bar/archive/v1.02.tar.gz',
keywords = ['progress', 'bar', 'indicator'],
install_requires=[
],
Expand Down

0 comments on commit db49907

Please sign in to comment.