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

Commit

Permalink
added namespace_package
Browse files Browse the repository at this point in the history
  • Loading branch information
goschtl committed Dec 28, 2010
1 parent 1805ce5 commit 65d74cd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,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 65d74cd

Please sign in to comment.