Skip to content

Commit db49907

Browse files
author
Polle Vanhoof
committed
More pypi fixes
1 parent 353fb31 commit db49907

File tree

3 files changed

+3
-8
lines changed

3 files changed

+3
-8
lines changed
-3.3 KB
Binary file not shown.
3.31 KB
Binary file not shown.

setup.py

Lines changed: 3 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,16 @@
11
from distutils.core import setup
22

3-
4-
with open("README.md", "r") as fh:
5-
long_description = fh.read()
6-
73
setup(
84
name = 'python_progress_bar',
95
packages = ['python_progress_bar'],
10-
version = '1.01',
6+
version = '1.02',
117
license='MIT',
128
description = 'A progress bar for python shell scripts (Linux)',
139
author = 'Polle Vanhoof',
1410
author_email = 'vanhoofpolle@gmail.com',
15-
long_description=long_description,
16-
long_description_content_type="text/markdown",
11+
long_description= 'Please refer to the full description on github',
1712
url = 'https://github.com/pollev/python_progress_bar',
18-
download_url = 'https://github.com/pollev/python_progress_bar/archive/v1.01.tar.gz',
13+
download_url = 'https://github.com/pollev/python_progress_bar/archive/v1.02.tar.gz',
1914
keywords = ['progress', 'bar', 'indicator'],
2015
install_requires=[
2116
],

0 commit comments

Comments
 (0)