python-mimeparse/0001-Add-license-to-the-setup.py-35.patch
liubo 05a3f236af Add license to the setup.py
Signed-off-by: liubo <liubo1@xfusion.com>
2023-11-28 10:08:24 +08:00

30 lines
915 B
Diff

From 16c20000574ff8609e5315b6cf78fffa3ae138f5 Mon Sep 17 00:00:00 2001
From: Gabi Maeztu <gabriel.maeztu@gmail.com>
Date: Tue, 9 Oct 2018 18:52:33 +0200
Subject: [PATCH] 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/" +
--
2.42.0.windows.2