Specify AGPL in setup.py in accordance with CKAN [#245]
This commit is contained in:
parent
b0f2c84806
commit
aa12bc9937
2
setup.py
2
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,
|
||||
|
|
Loading…
Reference in New Issue