Fix setup.py to match it's current paster template

This commit is contained in:
Mikko Nieminen 2017-01-13 08:23:54 +02:00
parent b78afd0302
commit be20bb7d8a
1 changed files with 1 additions and 1 deletions

View File

@ -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=[