summaryrefslogtreecommitdiff
path: root/MANIFEST.in
diff options
context:
space:
mode:
authorJason Madden <jamadden@gmail.com>2017-08-25 13:31:13 -0500
committerJason Madden <jamadden@gmail.com>2017-09-22 09:16:58 -0500
commit3128a819998c2586c0e0a22c75e616297d8acc45 (patch)
tree798e3ff424e7a1ebc669a5c6b6ea26679f50f404 /MANIFEST.in
parent938467fc7407d4eb8f17f5dd1017e6ab27c86e39 (diff)
downloadzope-tales-3128a819998c2586c0e0a22c75e616297d8acc45.tar.gz
Add Python 3.6, drop Python 3.3
The usual project gardening: - Badges - Use zope.testrunner for namespace path issue (drop setup.py test) - Modern tox.ini/travis.yml - Universal wheels - Enable coverage environment and coveralls - Coverage is at 88%. There's a lot to do, I'll follow up with a separate PR.
Diffstat (limited to 'MANIFEST.in')
-rw-r--r--MANIFEST.in2
1 files changed, 2 insertions, 0 deletions
diff --git a/MANIFEST.in b/MANIFEST.in
index 61dad0f..f8ca167 100644
--- a/MANIFEST.in
+++ b/MANIFEST.in
@@ -3,6 +3,8 @@ include *.txt
include tox.ini
include bootstrap.py
include buildout.cfg
+include .travis.yml
+include .coveragerc
recursive-include src *