Skip to content

Commit

Permalink
Merge pull request #41 from klas-genestack/master
Browse files Browse the repository at this point in the history
Make `tracext` a namespace package
  • Loading branch information
aaugustin committed Dec 9, 2014
2 parents 3a5dec7 + 929dfb4 commit 59968ad
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions .gitignore
@@ -1,5 +1,6 @@
*.egg-info
*.pyc
.coverage
build
dist
htmlcov
1 change: 1 addition & 0 deletions setup.py
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
@@ -0,0 +1 @@
__import__('pkg_resources').declare_namespace(__name__)

0 comments on commit 59968ad

Please sign in to comment.