summaryrefslogtreecommitdiff
path: root/MANIFEST.in
diff options
context:
space:
mode:
authorGiampaolo Rodola' <g.rodola@gmail.com>2009-02-12 22:29:57 +0000
committerGiampaolo Rodola' <g.rodola@gmail.com>2009-02-12 22:29:57 +0000
commit5af999902ad47b90997574e2fef1718c994570f3 (patch)
tree356ae1104c25ac92709b46fcd39c8e53cc578ddb /MANIFEST.in
parent191926d1eeea0e0f7a7352a82a2c532be168d96b (diff)
downloadpsutil-5af999902ad47b90997574e2fef1718c994570f3.tar.gz
Added MANIFEST and MANIFEST.in files to tell distutils to include HISTORY, LICENSE and doc/* files when building the source distribution via "setup.py sdist".
Diffstat (limited to 'MANIFEST.in')
-rw-r--r--MANIFEST.in3
1 files changed, 3 insertions, 0 deletions
diff --git a/MANIFEST.in b/MANIFEST.in
new file mode 100644
index 00000000..8c7aa70e
--- /dev/null
+++ b/MANIFEST.in
@@ -0,0 +1,3 @@
+include HISTORY
+inlcude LICENSE
+recursive-include docs *