From b675d4546c1dd9d87240c47f1e919656e96284af Mon Sep 17 00:00:00 2001 From: Thomas Williams Date: Wed, 19 Jul 2023 14:51:55 +0100 Subject: [PATCH] Add license to setup.py Signed-off-by: Thomas Williams --- setup.py | 1 + 1 file changed, 1 insertion(+) diff --git a/setup.py b/setup.py index 343006932..585db19a5 100644 --- a/setup.py +++ b/setup.py @@ -39,4 +39,5 @@ extras_require={ ':python_version=="2.7"': ['typing>=3.6'], # allow typehinting PY2 }, + license="apache2", )