From 16c20000574ff8609e5315b6cf78fffa3ae138f5 Mon Sep 17 00:00:00 2001 From: Gabi Maeztu Date: Tue, 9 Oct 2018 18:52:33 +0200 Subject: 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 --- setup.py | 1 + 1 file changed, 1 insertion(+) 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/" + -- cgit v1.2.1