Skip to content

Commit

Permalink
Add the missing namespace_packages
Browse files Browse the repository at this point in the history
  • Loading branch information
sbrunner committed Jan 28, 2015
1 parent 4a3d605 commit 4dec06d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions c2c/__init__.py
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
__import__('pkg_resources').declare_namespace(__name__)
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@
version='1.0.1',
description='Vars collector and template runner.',
long_description=README,
namespace_packages=['c2c'],
classifiers=[
"Programming Language :: Python",
"Environment :: Console",
Expand Down

0 comments on commit 4dec06d

Please sign in to comment.