exclude docs and tests from find_packages also

This commit is contained in:
Damien Churchill 2009-07-22 20:31:16 +00:00
parent f1c192b996
commit 46b5e9b406
1 changed files with 1 additions and 1 deletions

View File

@ -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",
)