mirror of https://github.com/tqdm/tqdm.git
Update pypi package setup
Signed-off-by: Stephen L. <lrq3000@gmail.com>
This commit is contained in:
parent
e572e9baa1
commit
53d09ad8bd
10
setup.py
10
setup.py
|
@ -8,13 +8,19 @@ setup(
|
|||
version=__version__,
|
||||
description='A Simple And Fast Python Progress Meter',
|
||||
license='MIT License',
|
||||
author='Noam Yorav-Raphael',
|
||||
author='Noam Yorav-Raphael, Casper da Costa-Luis, Hadrien Mary, Mikhail Korobov, Ivan Ivanov, Stephen Larroque',
|
||||
author_email='python.tqdm@gmail.com',
|
||||
url='https://github.com/tqdm/tqdm',
|
||||
packages=['tqdm'],
|
||||
classifiers=[
|
||||
classifiers=[ # Trove classifiers, see https://pypi.python.org/pypi?%3Aaction=list_classifiers
|
||||
'Development Status :: 5 - Production/Stable',
|
||||
'License :: OSI Approved :: MIT License',
|
||||
'Environment :: Console',
|
||||
'Framework :: IPython',
|
||||
'Operating System :: Microsoft :: Windows',
|
||||
'Operating System :: MacOS :: MacOS X',
|
||||
'Operating System :: POSIX :: Linux',
|
||||
'Programming Language :: Python',
|
||||
'Programming Language :: Python :: 2',
|
||||
'Programming Language :: Python :: 2.6',
|
||||
'Programming Language :: Python :: 2.7',
|
||||
|
|
Loading…
Reference in New Issue