summaryrefslogtreecommitdiff
path: root/MANIFEST.in
diff options
context:
space:
mode:
authorJason Madden <jamadden@gmail.com>2017-12-16 07:40:29 -0600
committerJason Madden <jamadden@gmail.com>2017-12-16 07:40:29 -0600
commit89927bff938e8d11cd7c8acd705e8ebef43b6b1c (patch)
tree8373c827aa50a555ab210d183ee10f80f0884db8 /MANIFEST.in
parente924eea24f6d9b635a4b3370d90bb1ce7869b944 (diff)
downloadzope-i18n-89927bff938e8d11cd7c8acd705e8ebef43b6b1c.tar.gz
Remove _compat module and _u function in favor of native unicode literals and project gardeningdrop-33
- DRY with dependencies - Enable coveralls.io and add a coverage tox environment - A few tiny changes to increase coverage, but we're not at 100% - Enable testing sphinx docs for all versions - Publish CHANGES.rst on RTD - Modern tox.ini and .travis.yml - Travis was still testing 3.3 and not testing 3.6. - Remove 'level' qualifiers from XML parsing and ZCML test cases. They add about 2s to run the tests, but they're important; see #13. That extra time gets lost in the amount of time it takes to spin tox anyway.
Diffstat (limited to 'MANIFEST.in')
-rw-r--r--MANIFEST.in23
1 files changed, 21 insertions, 2 deletions
diff --git a/MANIFEST.in b/MANIFEST.in
index 5162988..ea5dc2b 100644
--- a/MANIFEST.in
+++ b/MANIFEST.in
@@ -1,4 +1,23 @@
-include *.txt *.rst *.py *.ini buildout.cfg .travis.yml
+include *.txt
+include *.rst
+include *.py
+include *.ini
+include buildout.cfg
+include .travis.yml
+include tox.ini
+include .coveragerc
recursive-include src *.txt *.py *.dtd *.xml *.html *.po *.mo *.in *.zcml
+recursive-include src *.py
+recursive-include src *.dtd
+recursive-include src *.xml
+recursive-include src *.html
+recursive-include src *.po
+recursive-include src *.mo
+recursive-include src *.in
+recursive-include src *.zcml
+
recursive-include src/zope/i18n/tests *.mo
-recursive-include docs *.rst *.py *.bat Makefile
+recursive-include docs *.rst
+recursive-include docs *.py
+recursive-include docs *.bat
+recursive-include docs Makefile