summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGabi Maeztu <gabriel.maeztu@gmail.com>2018-10-09 18:52:33 +0200
committerDB Tsai <dbtsai@dbtsai.com>2018-10-09 09:52:33 -0700
commit16c20000574ff8609e5315b6cf78fffa3ae138f5 (patch)
treecd8891e516913ebae255edb669e225d8177d81ca
parent5b253c7cbef0249aca9532e5c2c1048302657e0c (diff)
downloadpython-mimeparse-16c20000574ff8609e5315b6cf78fffa3ae138f5.tar.gz
Add license to the setup.py (#35)
* Add license to the setup.py In order to make automatic checking of license compliance faster, add license to the setup arguments. * missing comma
-rwxr-xr-xsetup.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/setup.py b/setup.py
index d15529a..3e3e89c 100755
--- a/setup.py
+++ b/setup.py
@@ -34,6 +34,7 @@ setup(
description=("A module provides basic functions for parsing mime-type "
"names and matching them against a list of media-ranges."),
author="DB Tsai",
+ license="MIT",
author_email="dbtsai@dbtsai.com",
url="https://github.com/dbtsai/python-mimeparse",
download_url=("https://github.com/dbtsai/python-mimeparse/tarball/" +