Initial commit to implement the "deluge.plugins" namespace package support.

This commit is contained in:
Pedro Algarvio 2010-12-09 22:05:34 +00:00
commit 16f617d240
14 changed files with 39 additions and 8 deletions

View file

@ -485,5 +485,6 @@ setup(
"ui/web/themes/images/*/*/*.png"
]},
packages = find_packages(exclude=["plugins", "docs", "tests"]),
namespace_packages = ["deluge", "deluge.plugins"],
entry_points = entry_points
)