Add the MIT license by default.
This commit is contained in:
parent
aeeca1565c
commit
e3d6d72425
3 changed files with 37 additions and 2 deletions
|
|
@ -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',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue