summaryrefslogtreecommitdiffstats
path: root/third_party/psutil/MANIFEST.in
diff options
context:
space:
mode:
Diffstat (limited to 'third_party/psutil/MANIFEST.in')
-rw-r--r--third_party/psutil/MANIFEST.in9
1 files changed, 9 insertions, 0 deletions
diff --git a/third_party/psutil/MANIFEST.in b/third_party/psutil/MANIFEST.in
new file mode 100644
index 0000000..1fc8328
--- /dev/null
+++ b/third_party/psutil/MANIFEST.in
@@ -0,0 +1,9 @@
+include CREDITS
+include HISTORY
+include LICENSE
+include MANIFEST.in
+include README
+include setup.py
+recursive-include docs *.html *.dia *.png
+recursive-include psutil *.py *.c *.h
+recursive-include test *.py