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(
|
||||
name = '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',
|
||||
author = 'Zak Timson',
|
||||
author_email = 'zaktimson@gmail.com',
|
||||
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'],
|
||||
classifiers = [],
|
||||
)
|
Loading…
x
Reference in New Issue
Block a user