Remove ckanext.spatial from namespace_packages in setup

Keeping ckanext.spatial causes problems with the site.py after pip
installing the extension
This commit is contained in:
Ross Jones 2018-05-09 18:22:50 +01:00
parent 91dfde9422
commit e1567f6e3f
No known key found for this signature in database
GPG Key ID: AA123ACFD7C36D66
1 changed files with 1 additions and 1 deletions

View File

@ -16,7 +16,7 @@ setup(
url='http://okfn.org',
license='AGPL',
packages=find_packages(exclude=['ez_setup', 'examples', 'tests']),
namespace_packages=['ckanext', 'ckanext.spatial'],
namespace_packages=['ckanext'],
include_package_data=True,
zip_safe=False,
install_requires=[