Skip to content

Commit

Permalink
Make tracext a namespace package (fixes #36)
Browse files Browse the repository at this point in the history
  • Loading branch information
skrattaren committed Dec 8, 2014
1 parent 6a752d0 commit 929dfb4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
description='Trac - GitHub integration',
download_url='http://pypi.python.org/pypi/trac-github',
packages=['tracext'],
namespace_packages=['tracext'],
platforms='all',
license='BSD',
entry_points={'trac.plugins': ['github = tracext.github']},
Expand Down
1 change: 1 addition & 0 deletions tracext/__init__.py
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
__import__('pkg_resources').declare_namespace(__name__)

0 comments on commit 929dfb4

Please sign in to comment.