From 1b46427e5719d02d52bd223c1417f803bb39fe8c Mon Sep 17 00:00:00 2001 From: ryan-emtelligent <49731768+ryan-emtelligent@users.noreply.github.com> Date: Tue, 8 Mar 2022 22:42:23 -0800 Subject: [PATCH] Include the license in the package metadata --- setup.py | 1 + 1 file changed, 1 insertion(+) diff --git a/setup.py b/setup.py index 2971c6f..7021d3b 100644 --- a/setup.py +++ b/setup.py @@ -17,6 +17,7 @@ author_email = 'lwcolton@gmail.com', url = 'https://github.com/lwcolton/falcon-cors', download_url = 'https://github.com/lwcolton/falcon-cors/archive/master.zip', + license = 'Apache 2.0', keywords = ['falcon', 'cors', 'http'], classifiers = [] )