summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGiampaolo Rodola <g.rodola@gmail.com>2016-12-08 12:32:25 +0100
committerGiampaolo Rodola <g.rodola@gmail.com>2016-12-08 12:32:25 +0100
commitcf672a9e92dd0c5889332525eae3cd94af8e2d47 (patch)
tree506ac288656769c7ccbe2cd3dc0fa0fadd9764fa
parentfe9b1a9b58ebb3787c321d5188a1e4334398eb40 (diff)
downloadpsutil-cf672a9e92dd0c5889332525eae3cd94af8e2d47.tar.gz
update MANIFEST
-rw-r--r--MANIFEST.in7
1 files changed, 4 insertions, 3 deletions
diff --git a/MANIFEST.in b/MANIFEST.in
index ef711a09..d41bdc42 100644
--- a/MANIFEST.in
+++ b/MANIFEST.in
@@ -9,9 +9,10 @@ include make.bar
include Makefile
include tox.ini
-recursive-include psutil *.py *.c *.h
+recursive-include psutil *.py *.c *.h *.rst
recursive-include scripts *.py
-recursive-include *README*
+recursive-include README*
+recursive-include docs *.conf *.rst *.js *.html *.css *.py *.bat *Makefile* README*
recursive-exclude docs/_build *
-recursive-include docs *.conf *.rst *.js *.html *.css *.py *.bat *Makefile* *README*
+recursive-exclude .ci *