mirror of
https://github.com/codex-storage/deluge.git
synced 2025-01-11 12:04:10 +00:00
exclude docs and tests from find_packages also
This commit is contained in:
parent
f1c192b996
commit
46b5e9b406
2
setup.py
2
setup.py
@ -396,7 +396,7 @@ setup(
|
|||||||
"ui/web/render/*.html",
|
"ui/web/render/*.html",
|
||||||
"ui/web/themes/*/*/*"
|
"ui/web/themes/*/*/*"
|
||||||
]},
|
]},
|
||||||
packages = find_packages(exclude=["plugins"]),
|
packages = find_packages(exclude=["plugins", "docs", "tests"]),
|
||||||
url = "http://deluge-torrent.org",
|
url = "http://deluge-torrent.org",
|
||||||
version = "1.2.0",
|
version = "1.2.0",
|
||||||
)
|
)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user