mirror of https://github.com/tqdm/tqdm.git
licen[cs]e back in manifest
This commit is contained in:
parent
d7a9e080e7
commit
03fb33eff6
|
@ -1,7 +1,7 @@
|
||||||
# Misc
|
# Misc
|
||||||
include .coveragerc
|
include .coveragerc
|
||||||
include CONTRIBUTE
|
include CONTRIBUTE
|
||||||
include LICENSE
|
include LICENCE
|
||||||
include logo.png
|
include logo.png
|
||||||
include Makefile
|
include Makefile
|
||||||
include README.rst
|
include README.rst
|
||||||
|
|
3
setup.py
3
setup.py
|
@ -167,7 +167,7 @@ setup(
|
||||||
name='tqdm',
|
name='tqdm',
|
||||||
version=__version__,
|
version=__version__,
|
||||||
description='A Fast, Extensible Progress Meter',
|
description='A Fast, Extensible Progress Meter',
|
||||||
license='MIT License',
|
license='MPLv2.0, MIT Licenses',
|
||||||
author='Noam Yorav-Raphael',
|
author='Noam Yorav-Raphael',
|
||||||
author_email='noamraph@gmail.com',
|
author_email='noamraph@gmail.com',
|
||||||
url='https://github.com/tqdm/tqdm',
|
url='https://github.com/tqdm/tqdm',
|
||||||
|
@ -181,6 +181,7 @@ setup(
|
||||||
# Trove classifiers
|
# Trove classifiers
|
||||||
# (https://pypi.python.org/pypi?%3Aaction=list_classifiers)
|
# (https://pypi.python.org/pypi?%3Aaction=list_classifiers)
|
||||||
'Development Status :: 5 - Production/Stable',
|
'Development Status :: 5 - Production/Stable',
|
||||||
|
'License :: OSI Approved :: Mozilla Public License 2.0 (MPL 2.0)',
|
||||||
'License :: OSI Approved :: MIT License',
|
'License :: OSI Approved :: MIT License',
|
||||||
'Environment :: Console',
|
'Environment :: Console',
|
||||||
'Framework :: IPython',
|
'Framework :: IPython',
|
||||||
|
|
Loading…
Reference in New Issue