From 03fb33eff6b86aa00f296d63de650b3742bd9a72 Mon Sep 17 00:00:00 2001 From: Casper da Costa-Luis Date: Sun, 24 Apr 2016 15:07:40 +0100 Subject: [PATCH] licen[cs]e back in manifest --- MANIFEST.in | 2 +- setup.py | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/MANIFEST.in b/MANIFEST.in index 983da59f..b2d05771 100644 --- a/MANIFEST.in +++ b/MANIFEST.in @@ -1,7 +1,7 @@ # Misc include .coveragerc include CONTRIBUTE -include LICENSE +include LICENCE include logo.png include Makefile include README.rst diff --git a/setup.py b/setup.py index 308b4268..da931b15 100755 --- a/setup.py +++ b/setup.py @@ -167,7 +167,7 @@ setup( name='tqdm', version=__version__, description='A Fast, Extensible Progress Meter', - license='MIT License', + license='MPLv2.0, MIT Licenses', author='Noam Yorav-Raphael', author_email='noamraph@gmail.com', url='https://github.com/tqdm/tqdm', @@ -181,6 +181,7 @@ setup( # Trove classifiers # (https://pypi.python.org/pypi?%3Aaction=list_classifiers) 'Development Status :: 5 - Production/Stable', + 'License :: OSI Approved :: Mozilla Public License 2.0 (MPL 2.0)', 'License :: OSI Approved :: MIT License', 'Environment :: Console', 'Framework :: IPython',