summaryrefslogtreecommitdiff
path: root/MANIFEST.in
diff options
context:
space:
mode:
authorHanno Schlichting <hanno@hannosch.eu>2009-07-16 13:40:47 +0200
committerHanno Schlichting <hanno@hannosch.eu>2009-07-16 13:40:47 +0200
commit2a87b169fb59930309f5c78ffd01d24218804fae (patch)
tree2fccc82119e8fb340a1d65a691ccad5112b538c5 /MANIFEST.in
parentede6f790460bd5063ba7409830a7c2149ce903fd (diff)
downloadpython-setuptools-git-2a87b169fb59930309f5c78ffd01d24218804fae.tar.gz
Added a manifest which makes sure our sdist includes the same files as the setuptools releases did so far
--HG-- branch : distribute extra : rebase_source : 0beba081d5c4e8ebaeb8c87a53e83537992c56d9
Diffstat (limited to 'MANIFEST.in')
-rw-r--r--MANIFEST.in6
1 files changed, 6 insertions, 0 deletions
diff --git a/MANIFEST.in b/MANIFEST.in
new file mode 100644
index 00000000..6d7bfc2b
--- /dev/null
+++ b/MANIFEST.in
@@ -0,0 +1,6 @@
+recursive-include setuptools *.py *.txt *.exe
+recursive-include tests *.py *.c *.pyx
+include *.py
+include *.txt
+include MANIFEST.in
+include launcher.c