Skip to content
This repository has been archived by the owner on Jun 27, 2023. It is now read-only.

Commit

Permalink
Merge pull request ckan#278 from 6aika/fix-plugin-namespace-packages
Browse files Browse the repository at this point in the history
Fix setup.py to match it's current paster template
  • Loading branch information
amercader authored Jan 13, 2017
2 parents 768e90a + be20bb7 commit c32ae36
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
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=[
Expand Down

0 comments on commit c32ae36

Please sign in to comment.