Skip to content

Commit

Permalink
Proper namespacing.
Browse files Browse the repository at this point in the history
  • Loading branch information
malthe committed Sep 29, 2008
1 parent 1fda48e commit b0e3d9c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -36,7 +36,7 @@ def read(*rnames):
license='ZPL 2.1',
packages=find_packages('src'),
package_dir = {'': 'src'},
namespace_packages=['repoze', ],
namespace_packages=['repoze', 'repoze.bfg'],
install_requires=['setuptools',
'repoze.bfg',
'chameleon.zpt',
Expand Down

0 comments on commit b0e3d9c

Please sign in to comment.