summaryrefslogtreecommitdiff
path: root/MANIFEST.in
diff options
context:
space:
mode:
authorThomas Bechtold <tbechtold@suse.com>2014-08-20 10:31:39 +0200
committerThomas Bechtold <tbechtold@suse.com>2014-08-20 10:35:43 +0200
commit7a086c37132d7c7c1416eba94a398eb6584c1175 (patch)
tree78d0cf96d7953b9d88d5d82342ad2dba14f0e86e /MANIFEST.in
parent11703d3740aa9ba8b37cb59ff9ff4b29a598130c (diff)
downloadpecan-7a086c37132d7c7c1416eba94a398eb6584c1175.tar.gz
Include test requirements in sdist tarball
Currently the created tarballs via "python setup.py sdist" are missing some files to run the testsuite. Include these files so i.e. package maintainers can run the testuite during package build. Change-Id: I85a94f66abf5781ffc4fcee4671defab4006a8c4
Diffstat (limited to 'MANIFEST.in')
-rw-r--r--MANIFEST.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/MANIFEST.in b/MANIFEST.in
index 79e6393..bcffd6c 100644
--- a/MANIFEST.in
+++ b/MANIFEST.in
@@ -4,3 +4,4 @@ recursive-include pecan/scaffolds/rest-api *
include pecan/scaffolds/rest-api/*
include pecan/middleware/resources/*
include LICENSE README.rst requirements.txt
+recursive-include pecan/tests *