Add tests to sdist.

In order to validate installation it's very convenient to have the tests
as part of the source distribution.  This greatly assists native
packaging that might occur (i.e. Gentoo ebuilds).

Signed-off-by: Alex Brandt <alunduil@alunduil.com>
This commit is contained in:
Alex Brandt 2014-10-25 21:25:20 -05:00
parent 11280e4f30
commit 0150b38b8f
1 changed files with 1 additions and 1 deletions

View File

@ -4,7 +4,7 @@ include requirements.txt
include requirements-dev.txt
include tox.ini
include *.md
recursive-exclude tests *
recursive-include tests *
global-exclude *.pyc
global-exclude *.pyo
global-exclude *.un~