Fixed __init__.py
This commit is contained in:
parent
045f20061c
commit
f4089bfe60
BIN
ZProgressbar/ZProgressbar.pyc
Normal file
BIN
ZProgressbar/ZProgressbar.pyc
Normal file
Binary file not shown.
@ -1 +1 @@
|
|||||||
from ZProgressbar.py import Progressbar
|
from ZProgressbar import ZProgressbar
|
BIN
ZProgressbar/__init__.pyc
Normal file
BIN
ZProgressbar/__init__.pyc
Normal file
Binary file not shown.
BIN
dist/ZProgressbar-1.1.tar.gz
vendored
Normal file
BIN
dist/ZProgressbar-1.1.tar.gz
vendored
Normal file
Binary file not shown.
4
setup.py
4
setup.py
@ -2,12 +2,12 @@ from distutils.core import setup
|
|||||||
setup(
|
setup(
|
||||||
name = 'ZProgressbar',
|
name = 'ZProgressbar',
|
||||||
packages = ['ZProgressbar'],
|
packages = ['ZProgressbar'],
|
||||||
version = '1.1',
|
version = '1.2',
|
||||||
description = 'An iterator that can be displayed as an Ascii progress bar as well as display statistics like speed, progress and estimated time',
|
description = 'An iterator that can be displayed as an Ascii progress bar as well as display statistics like speed, progress and estimated time',
|
||||||
author = 'Zak Timson',
|
author = 'Zak Timson',
|
||||||
author_email = 'zaktimson@gmail.com',
|
author_email = 'zaktimson@gmail.com',
|
||||||
url = 'https://github.com/zaktimson/progressbar',
|
url = 'https://github.com/zaktimson/progressbar',
|
||||||
download_url = 'https://github.com/zaktimson/progressbar/tarball/1.1',
|
download_url = 'https://github.com/zaktimson/progressbar/tarball/1.2',
|
||||||
keywords = ['iterator', 'progressbar', 'estimated time', 'timer'],
|
keywords = ['iterator', 'progressbar', 'estimated time', 'timer'],
|
||||||
classifiers = [],
|
classifiers = [],
|
||||||
)
|
)
|
Loading…
x
Reference in New Issue
Block a user