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

Commit

Permalink
added namespace_packages
Browse files Browse the repository at this point in the history
  • Loading branch information
goschtl committed Dec 28, 2010
1 parent 9d9a5a8 commit 6ca1fa4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions setup.py
Expand Up @@ -43,6 +43,7 @@ def read(*rnames):
],
packages=find_packages('src'),
package_dir = {'': 'src'},
namespace_packages=['grokcore'],
include_package_data = True,
zip_safe=False,
install_requires=[
Expand Down

0 comments on commit 6ca1fa4

Please sign in to comment.