Add MANIFEST.in

- minVersion to 1.6 for tox as well to get a much faster run.

Closes-Bug: #1269054
Change-Id: I8bbb74fc515dd3f8ac05ee258a58cd19d6d09c58
This commit is contained in:
Chmouel Boudjnah 2014-01-14 16:19:21 +00:00
parent 4561e0da46
commit cfb50967ae
2 changed files with 4 additions and 0 deletions

3
MANIFEST.in Normal file
View File

@ -0,0 +1,3 @@
include AUTHORS LICENSE .unittests test/__init__.py CHANGELOG
include tox.ini requirements.txt test-requirements.txt

View File

@ -1,5 +1,6 @@
[tox]
envlist = py26,py27,py33,pypy,pep8
minversion = 1.6
[testenv]
setenv = VIRTUAL_ENV={envdir}