annotate MANIFEST.in @ 933:1e8c33345e52 trunk

Merge r1141 from py3k: add support for python 3 to genshi.filters: * minor changes to track encoding=None API change in core genshi modules. * renamed genshi/filters/tests/html.py to test_html.py to avoid clashes with Python 3 top-level html module when running tests subset. * did not rename genshi/filters/html.py. * i18n filters: * ugettext and friends are gone in Python 3 (and only gettext and friends exist and they now handle unicode) * Some \ line continuations inside doctests confused 2to3 and so were removed them. * Testing picked up a problem (already present in trunk) where Translator.__call__ could end up defining gettext as an endlessly recursive function. Noted with a TODO.
author hodgestar
date Fri, 18 Mar 2011 09:11:53 +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