summaryrefslogtreecommitdiff
path: root/MANIFEST.in
diff options
context:
space:
mode:
authorgbrandl <devnull@localhost>2007-10-14 22:28:19 +0200
committergbrandl <devnull@localhost>2007-10-14 22:28:19 +0200
commit4ae0e8a199bb82f9cebd95bbba131d6a9593693f (patch)
tree9a49fd995209c3c094fd8785c6467bc1aaef7474 /MANIFEST.in
parent6a5372515667f2361aa94259647d8f0e429c613d (diff)
downloadpygments-4ae0e8a199bb82f9cebd95bbba131d6a9593693f.tar.gz
Update the MANIFEST.in -- setuptools only does its magic for SVN.
Diffstat (limited to 'MANIFEST.in')
-rw-r--r--MANIFEST.in6
1 files changed, 5 insertions, 1 deletions
diff --git a/MANIFEST.in b/MANIFEST.in
index 69083cd7..2a39ef47 100644
--- a/MANIFEST.in
+++ b/MANIFEST.in
@@ -1 +1,5 @@
-include docs/build/*.html
+include external/*.py
+include Makefile CHANGES LICENSE AUTHORS TODO ez_setup.py
+recursive-include tests *
+recursive-include docs *
+recursive-include scripts *