From aa12bc9937f8752df6d9148cf8040bc4cf78c6c6 Mon Sep 17 00:00:00 2001 From: Stefan Oderbolz Date: Mon, 29 Aug 2016 11:51:40 +0200 Subject: [PATCH] Specify AGPL in setup.py in accordance with CKAN [#245] --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index ae33712..4b98aff 100644 --- a/setup.py +++ b/setup.py @@ -14,7 +14,7 @@ setup( author='CKAN', author_email='ckan@okfn.org', url='http://ckan.org/wiki/Extensions', - license='mit', + license='AGPL', packages=find_packages(exclude=['ez_setup', 'examples', 'tests']), namespace_packages=['ckanext', 'ckanext.harvest'], include_package_data=True,