summaryrefslogtreecommitdiff
path: root/MANIFEST.in
diff options
context:
space:
mode:
authorMarcus Smith <qwcode@gmail.com>2013-03-03 22:59:52 -0800
committerMarcus Smith <qwcode@gmail.com>2013-03-03 22:59:52 -0800
commitd0fa66ecc03ab20b7411b35f7c7b423f31f77761 (patch)
tree61f7a7276c8d6657ec2f204c6d096ce844859691 /MANIFEST.in
parent20a9673c48988e3c2cf6373126e27aa503763997 (diff)
downloadpip-d0fa66ecc03ab20b7411b35f7c7b423f31f77761.tar.gz
update MANIFEST.in with new rst extensions
Diffstat (limited to 'MANIFEST.in')
-rw-r--r--MANIFEST.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/MANIFEST.in b/MANIFEST.in
index 727be76d9..7f84811a9 100644
--- a/MANIFEST.in
+++ b/MANIFEST.in
@@ -3,7 +3,7 @@ include LICENSE.txt
include CHANGES.txt
include PROJECT.txt
include pip/cacert.pem
-recursive-include docs *.txt
+recursive-include docs *.rst
recursive-include docs *.html
-recursive-exclude docs/_build *.txt
+recursive-exclude docs/_build *.rst
prune docs/_build/_sources