Author: damoxc
Revision: 5518
Log:
exclude docs and tests from find_packages also
Diff:
Modified: trunk/setup.py
===================================================================
--- trunk/setup.py 2009-07-22 20:23:16 UTC (rev 5517)
+++ trunk/setup.py 2009-07-22 20:31:16 UTC (rev 5518)
@@ -396,7 +396,7 @@
"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",
)
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"deluge-commit" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/deluge-commit?hl=en
-~----------~----~----~----~------~----~------~--~---