summaryrefslogtreecommitdiff
path: root/MANIFEST.in
diff options
context:
space:
mode:
authorGiampaolo Rodola <g.rodola@gmail.com>2016-12-08 12:20:48 +0100
committerGiampaolo Rodola <g.rodola@gmail.com>2016-12-08 12:20:48 +0100
commitfe9b1a9b58ebb3787c321d5188a1e4334398eb40 (patch)
tree94744ce44823e5f1c70eb407be1271bf02a40998 /MANIFEST.in
parentf4de10369bf82c176eca2e1e622e3a1449412866 (diff)
downloadpsutil-fe9b1a9b58ebb3787c321d5188a1e4334398eb40.tar.gz
update MANIFEST.in
Diffstat (limited to 'MANIFEST.in')
-rw-r--r--MANIFEST.in11
1 files changed, 9 insertions, 2 deletions
diff --git a/MANIFEST.in b/MANIFEST.in
index ece2f002..ef711a09 100644
--- a/MANIFEST.in
+++ b/MANIFEST.in
@@ -1,10 +1,17 @@
+include *.bat
include *.rst
+include .coveragerc
include CREDITS*
+include IDEAS
include INSTALL*
include LICENSE*
include make.bar
include Makefile
-recursive-include psutil *.py *.c *.h *README*
+include tox.ini
+
+recursive-include psutil *.py *.c *.h
+recursive-include scripts *.py
+recursive-include *README*
recursive-exclude docs/_build *
-recursive-include docs *.rst *.js *.html *.py *.bat *Makefile* *README*
+recursive-include docs *.conf *.rst *.js *.html *.css *.py *.bat *Makefile* *README*