[Lxml-checkins] r33756 - lxml/branch/lxml-1.1

scoder at codespeak.net scoder at codespeak.net
Thu Oct 26 13:31:56 CEST 2006


Author: scoder
Date: Thu Oct 26 13:31:54 2006
New Revision: 33756

Modified:
   lxml/branch/lxml-1.1/MANIFEST.in
Log:
include Pyrex sources in distro

Modified: lxml/branch/lxml-1.1/MANIFEST.in
==============================================================================
--- lxml/branch/lxml-1.1/MANIFEST.in	(original)
+++ lxml/branch/lxml-1.1/MANIFEST.in	Thu Oct 26 13:31:54 2006
@@ -8,6 +8,6 @@
 recursive-include src/lxml/tests *.rng *.xslt *.xml *.dtd
 recursive-include benchmark *.py
 recursive-include doc *.txt *.html *.css *.xml *.mgp pubkey.asc
-recursive-include pyrex/Pyrex *.py
+recursive-include Pyrex *.py
 include doc/mkhtml.py doc/rest2html.py
 exclude doc/pyrex.txt src/lxml/etree.pxi


More information about the lxml-checkins mailing list