Add the MIT license by default.

This commit is contained in:
Laurent LAPORTE 2018-10-06 22:00:08 +02:00
parent aeeca1565c
commit e3d6d72425
3 changed files with 37 additions and 2 deletions

View file

@ -17,6 +17,7 @@ setup(
name="{{ cookiecutter.package_name }}",
version="{{ cookiecutter.package_version }}",
url="{{ cookiecutter.package_url }}",
license='MIT',
author="{{ cookiecutter.author_name }}",
author_email="{{ cookiecutter.author_email }}",
@ -30,6 +31,7 @@ setup(
classifiers=[
'Development Status :: 2 - Pre-Alpha',
'License :: OSI Approved :: MIT License',
'Programming Language :: Python',
'Programming Language :: Python :: 2',
'Programming Language :: Python :: 2.7',