summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorTimothy Crosley <timothy.crosley@gmail.com>2013-11-08 17:48:27 -0500
committerTimothy Crosley <timothy.crosley@gmail.com>2013-11-08 17:48:27 -0500
commit44daea46c592ce464eac7de56ab92d17336e1d9b (patch)
treefd97bbad421ab279b30d857af818dbd48bf2842f /setup.py
parent4dbec9b1ec9804ff5fb496d82ea55f78aaf8dbd8 (diff)
downloadpies-44daea46c592ce464eac7de56ab92d17336e1d9b.tar.gz
Change license to MIT, don't include libraries already included, add badges to readme
Diffstat (limited to 'setup.py')
-rw-r--r--setup.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/setup.py b/setup.py
index b36ca02..66026ef 100644
--- a/setup.py
+++ b/setup.py
@@ -14,7 +14,7 @@ setup(name='pies',
author_email='timothy.crosley@gmail.com',
url='https://github.com/timothycrosley/pies',
download_url='https://github.com/timothycrosley/pies/blob/master/dist/pies-1.0.2.tar.gz?raw=true',
- license="GNU GPLv2",
+ license="MIT",
install_requires=install_requires,
requires=install_requires,
py_modules=['pies'])