Update setup.py with version (1.0)

This commit is contained in:
Noam Yorav-Raphael 2013-10-26 23:06:04 +03:00
parent d622b1807f
commit 2ef7f7c675
2 changed files with 4 additions and 0 deletions

3
MANIFEST Normal file
View File

@ -0,0 +1,3 @@
# file GENERATED by distutils, do NOT edit
setup.py
tqdm.py

View File

@ -3,6 +3,7 @@
from distutils.core import setup
setup(name='tqdm',
version='1.0',
description='A Simple Python Progress Meter',
author='Noam Yorav-Raphael',
author_email='noamraph@gmail.com',