licen[cs]e back in manifest

This commit is contained in:
Casper da Costa-Luis 2016-04-24 15:07:40 +01:00
parent d7a9e080e7
commit 03fb33eff6
2 changed files with 3 additions and 2 deletions

View File

@ -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

View File

@ -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',