summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGiampaolo Rodola' <g.rodola@gmail.com>2009-03-06 16:54:58 +0000
committerGiampaolo Rodola' <g.rodola@gmail.com>2009-03-06 16:54:58 +0000
commit07c9c762ca84908bc17915eeb2487bbe69c796fc (patch)
treee3ccef4cf642347ec8b4b4f382a7983ec70a089c
parent64ade60582cd5c02cc54a7bc19542827fc75dc4b (diff)
downloadpsutil-release-0.1.1.tar.gz
Get rid of MANIFEST file.release-0.1.1
Since MANIFEST is automatically generated by MANIFEST.in every time we use setup.py there's no point in keeping it revisioned. Plus it seems that having it around not synchronized with the current files tree causes some weird issues when running "setup.py sdist".
-rw-r--r--MANIFEST30
1 files changed, 0 insertions, 30 deletions
diff --git a/MANIFEST b/MANIFEST
deleted file mode 100644
index d5408b86..00000000
--- a/MANIFEST
+++ /dev/null
@@ -1,30 +0,0 @@
-HISTORY
-LICENSE
-MANIFEST.in
-setup.py
-docs/class_diagram.dia
-docs/class_diagram.png
-docs/documentation.html
-docs/index.html
-docs/milestones.lnk.html
-psutil/__init__.py
-psutil/_psbsd.py
-psutil/_pslinux.py
-psutil/_psmswindows.py
-psutil/_psosx.py
-psutil/_psutil_bsd.c
-psutil/_psutil_bsd.h
-psutil/_psutil_mswindows.c
-psutil/_psutil_mswindows.h
-psutil/_psutil_osx.c
-psutil/_psutil_osx.h
-psutil/psutil.py
-psutil/arch/bsd/process_info.c
-psutil/arch/bsd/process_info.h
-psutil/arch/mswindows/process_info.c
-psutil/arch/mswindows/process_info.h
-psutil/arch/mswindows/security.c
-psutil/arch/mswindows/security.h
-psutil/arch/osx/process_info.c
-psutil/arch/osx/process_info.h
-test/test_psutil.py