summaryrefslogtreecommitdiff
path: root/MANIFEST.in
diff options
context:
space:
mode:
authorsteven.bethard <devnull@localhost>2009-03-28 15:03:38 +0000
committersteven.bethard <devnull@localhost>2009-03-28 15:03:38 +0000
commit9ebaae668a8aa599985a8b299298233f82e41512 (patch)
tree3b832877dc8567118340a6c6682776ce2e33c5d7 /MANIFEST.in
parente32dd0b388e1d8fe0ddb23ba2271c2a71fedc63f (diff)
downloadargparse-9ebaae668a8aa599985a8b299298233f82e41512.tar.gz
Ignore generated distribution files.
Rework MANIFEST.in a bit so that it doesn't include .svn files from doc/_static.
Diffstat (limited to 'MANIFEST.in')
-rw-r--r--MANIFEST.in4
1 files changed, 3 insertions, 1 deletions
diff --git a/MANIFEST.in b/MANIFEST.in
index 77db274..8baa465 100644
--- a/MANIFEST.in
+++ b/MANIFEST.in
@@ -1,4 +1,6 @@
include README.txt
include doc/*.html
include doc/*.js
-recursive-include doc/_static *
+include doc/_static/*.css
+include doc/_static/*.js
+include doc/_static/*.png