summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJenkins <jenkins@review.openstack.org>2014-01-31 23:01:30 +0000
committerGerrit Code Review <review@openstack.org>2014-01-31 23:01:30 +0000
commit70233bf3031d3969b150adad10efcdb00e2c9351 (patch)
tree5c0f86dc11478f72d9c718649e558737f396366d
parente1425fc8bb338633225f8c9834539bacd35ce99f (diff)
parentcfb50967ae4c0ede27c01fc3aed6b85c7aea8dba (diff)
downloadswift-bench-70233bf3031d3969b150adad10efcdb00e2c9351.tar.gz
Merge "Add MANIFEST.in"
-rw-r--r--MANIFEST.in3
-rw-r--r--tox.ini1
2 files changed, 4 insertions, 0 deletions
diff --git a/MANIFEST.in b/MANIFEST.in
new file mode 100644
index 0000000..39794c5
--- /dev/null
+++ b/MANIFEST.in
@@ -0,0 +1,3 @@
+include AUTHORS LICENSE .unittests test/__init__.py CHANGELOG
+include tox.ini requirements.txt test-requirements.txt
+
diff --git a/tox.ini b/tox.ini
index 6c758fa..fc7f778 100644
--- a/tox.ini
+++ b/tox.ini
@@ -1,5 +1,6 @@
[tox]
envlist = py26,py27,py33,pypy,pep8
+minversion = 1.6
[testenv]
setenv = VIRTUAL_ENV={envdir}