summaryrefslogtreecommitdiff
path: root/MANIFEST.in
diff options
context:
space:
mode:
authorGiampaolo Rodola' <g.rodola@gmail.com>2009-02-12 23:15:36 +0000
committerGiampaolo Rodola' <g.rodola@gmail.com>2009-02-12 23:15:36 +0000
commit71e7264564dd44b380b135736b4a44993ada5856 (patch)
treea33c80e445c5cd4bd00148ccf0c509c8fa6da467 /MANIFEST.in
parent5af999902ad47b90997574e2fef1718c994570f3 (diff)
downloadpsutil-71e7264564dd44b380b135736b4a44993ada5856.tar.gz
Updated MANIFEST.in to include psutil/*.c files and remove other trash we don't want in the source distribution, if present (e.g. *.pyc).
Diffstat (limited to 'MANIFEST.in')
-rw-r--r--MANIFEST.in6
1 files changed, 4 insertions, 2 deletions
diff --git a/MANIFEST.in b/MANIFEST.in
index 8c7aa70e..513372bb 100644
--- a/MANIFEST.in
+++ b/MANIFEST.in
@@ -1,3 +1,5 @@
-include HISTORY
-inlcude LICENSE
+include HISTORY LICENSE MANIFEST MANIFEST.in
recursive-include docs *
+recursive-include psutil *
+recursive-include test *
+global-exclude *.pyc *.pyo *.exe