[Lxml-checkins] r33760 - lxml/trunk
scoder at codespeak.net
scoder at codespeak.net
Thu Oct 26 13:36:52 CEST 2006
Author: scoder
Date: Thu Oct 26 13:36:51 2006
New Revision: 33760
Modified:
lxml/trunk/MANIFEST.in
Log:
include Pyrex sources in distro
Modified: lxml/trunk/MANIFEST.in
==============================================================================
--- lxml/trunk/MANIFEST.in (original)
+++ lxml/trunk/MANIFEST.in Thu Oct 26 13:36:51 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