Fix setup.py to match it's current paster template
This commit is contained in:
parent
b78afd0302
commit
be20bb7d8a
2
setup.py
2
setup.py
|
@ -16,7 +16,7 @@ setup(
|
|||
url='http://ckan.org/wiki/Extensions',
|
||||
license='AGPL',
|
||||
packages=find_packages(exclude=['ez_setup', 'examples', 'tests']),
|
||||
namespace_packages=['ckanext', 'ckanext.harvest'],
|
||||
namespace_packages=['ckanext'],
|
||||
include_package_data=True,
|
||||
zip_safe=False,
|
||||
install_requires=[
|
||||
|
|
Loading…
Reference in New Issue