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