From 21058359832933209edde9c4dcdd71ea947d0216 Mon Sep 17 00:00:00 2001 From: Blaine Luszcak Date: Tue, 20 Aug 2019 13:28:36 -0500 Subject: [PATCH] Issue #6: Update setup.py license to Apache 2.0 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index ead89d9..00700ea 100644 --- a/setup.py +++ b/setup.py @@ -16,7 +16,7 @@ name='Flask-Common', version='0.3.0', url='https://github.com/kennethreitz/flask-common', - license='BSD', + license='Apache 2.0', author='Kenneth Reitz', author_email='me@kennethreitz.org', description='A Flask extension with lots of common time-savers (file-serving, favicons, etc).',