Merge "Add MANIFEST.in"

This commit is contained in:
Jenkins 2014-01-31 23:01:30 +00:00 committed by Gerrit Code Review
commit 70233bf303
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}