Fix correct namespace_packages

This commit is contained in:
Mikko Nieminen 2017-01-11 15:38:39 +02:00
parent 6a27a79b45
commit 5bf068df88
1 changed files with 1 additions and 1 deletions

View File

@ -55,7 +55,7 @@ setup(
# simple. Or you can use find_packages().
packages=find_packages(exclude=['contrib', 'docs', 'tests*']),
namespace_packages=['ckanext', 'ckanext.rating'],
namespace_packages=['ckanext'],
# List run-time dependencies here. These will be installed by pip when your
# project is installed. For an analysis of "install_requires" vs pip's