Skip to content

Commit

Permalink
install requires setuptools since it defines a namespace_package.
Browse files Browse the repository at this point in the history
  • Loading branch information
Christian Zagrodnick committed Feb 12, 2007
1 parent 606c14f commit 16ffcf1
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions setup.py
Expand Up @@ -15,5 +15,8 @@
include_package_data=True,
package_dir = {'':'src'},
namespace_packages=['z3c',],
install_requires=[
'setuptools'
],
)

0 comments on commit 16ffcf1

Please sign in to comment.