summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlex Brandt <alunduil@alunduil.com>2014-10-25 21:25:20 -0500
committerAlex Brandt <alunduil@alunduil.com>2014-11-28 09:37:33 -0600
commit0150b38b8f3e178cb79d3a56a7bde9148bc753f6 (patch)
tree25ff7ac09f14a50a28336c531e77351a62689303
parent11280e4f3078bd1a1f6fcf61469e96bf3cea3465 (diff)
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>
-rw-r--r--MANIFEST.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/MANIFEST.in b/MANIFEST.in
index 1328f20e..ca9ecbd5 100644
--- a/MANIFEST.in
+++ b/MANIFEST.in
@@ -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~