mirror of
https://git.deluge-torrent.org/deluge
synced 2025-04-20 03:24:54 +00:00
exclude docs and tests from find_packages also
This commit is contained in:
parent
f1c192b996
commit
46b5e9b406
1 changed files with 1 additions and 1 deletions
2
setup.py
2
setup.py
|
@ -396,7 +396,7 @@ setup(
|
|||
"ui/web/render/*.html",
|
||||
"ui/web/themes/*/*/*"
|
||||
]},
|
||||
packages = find_packages(exclude=["plugins"]),
|
||||
packages = find_packages(exclude=["plugins", "docs", "tests"]),
|
||||
url = "http://deluge-torrent.org",
|
||||
version = "1.2.0",
|
||||
)
|
||||
|
|
Loading…
Add table
Reference in a new issue