mirror of
https://git.deluge-torrent.org/deluge
synced 2025-08-08 17:38:43 +00:00
Initial commit to implement the "deluge.plugins" namespace package support.
This commit is contained in:
parent
1c7676bfe5
commit
16f617d240
14 changed files with 39 additions and 8 deletions
1
setup.py
1
setup.py
|
@ -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
|
||||
)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue