Specify AGPL in setup.py in accordance with CKAN [#245]

This commit is contained in:
Stefan Oderbolz 2016-08-29 11:51:40 +02:00
parent b0f2c84806
commit aa12bc9937
1 changed files with 1 additions and 1 deletions

View File

@ -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,