annotate MANIFEST.in @ 934:31bbb6f9e87b trunk

Merge r1142 from py3k: add support for python 3 to genshi.template expression evaluator: * add support for python 3 AST: * AST for raise has changed in Python 3. * Python 3 adds AST nodes for individual arguments and Bytes. * use genshi.compat functions for dealing with code objects. * do not coerce byte strings to unicode in Python 3 ASTTransformer. * replace doctests that reply on exception names with uglier but more compatible try:.. except:.. doctest * handle filename preferences of Python 2 and 3 (2 prefers bytes, 3 prefers unicode). * ifilter is gone from itertools in Python 3 so use repeat for tests instead.
author hodgestar
date Fri, 18 Mar 2011 09:15:29 +0000
parents d010a80ebb4f
children 60906489b11a
rev   line source
248
82f2bc77ad0c * Add `MANIFEST.in` so that the generated HTML documentation is included in the source distribution.
cmlenz
parents:
diff changeset
1 exclude doc/2000ft.graffle
251
e89e24803d63 Remove another duplicate unit test, and add two more interpolation tests.
cmlenz
parents: 248
diff changeset
2 recursive-exclude doc/logo.lineform *
438
2c38ec4e2dff Added documentation page on the builtin stream filters.
cmlenz
parents: 251
diff changeset
3 include doc/api/*.*
248
82f2bc77ad0c * Add `MANIFEST.in` so that the generated HTML documentation is included in the source distribution.
cmlenz
parents:
diff changeset
4 include doc/*.html
929
d010a80ebb4f Merge r1137 from py3k: add 2to3 build infrastructure to setup.py (this pulls the tests into the source distribution so that tests can be run after building with 2to3)
hodgestar
parents: 492
diff changeset
5 recursive-include genshi/template/tests/templates *.html *.txt
Copyright (C) 2012-2017 Edgewall Software