summaryrefslogtreecommitdiff
path: root/MANIFEST.in
diff options
context:
space:
mode:
authorVictor Stinner <victor.stinner@gmail.com>2015-04-21 23:26:38 +0200
committerVictor Stinner <victor.stinner@gmail.com>2015-04-21 23:26:38 +0200
commita8a17ce1d575c26f35b71ef93038c746802cb777 (patch)
tree2f3f9a1c627c9ac84df116b1445f4c1d75deb228 /MANIFEST.in
parent43a2852a6c78c6c17db6ce856b844e28f0bc6ef8 (diff)
downloadpaste-a8a17ce1d575c26f35b71ef93038c746802cb777.tar.gz
Add tox.ini to run tests with tox on Python 2.6, 2.7 and 3.4
* MANIFEST.in: add regen-docs & tox.ini
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 d310570..cc3f4ba 100644
--- a/MANIFEST.in
+++ b/MANIFEST.in
@@ -2,6 +2,8 @@ recursive-include docs *.txt *.css *.js
include docs/_templates/*.html
include docs/conf.py
include docs/test_server.ini
+include regen-docs
+include tox.ini
recursive-exclude docs/_build/_sources *
recursive-include docs/_build *.html
recursive-include tests *.txt *.py *.cgi *.html