[Python-checkins] distutils2: make sure the docs are included in the tarball

tarek.ziade python-checkins at python.org
Sun Sep 19 10:29:04 CEST 2010


tarek.ziade pushed 9e77584e17ef to distutils2:

http://hg.python.org/distutils2/rev/9e77584e17ef
changeset:   671:9e77584e17ef
tag:         tip
user:        Tarek Ziade <tarek at ziade.org>
date:        Sun Sep 19 10:28:56 2010 +0200
summary:     make sure the docs are included in the tarball
files:       MANIFEST.in

diff --git a/MANIFEST.in b/MANIFEST.in
new file mode 100644
--- /dev/null
+++ b/MANIFEST.in
@@ -0,0 +1,1 @@
+recursive-include docs *.bat *.rst *.py *.png Makefile *.txt

--
Repository URL: http://hg.python.org/distutils2


More information about the Python-checkins mailing list