summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGarrett Holmstrom <gholms@devzero.com>2014-08-22 14:39:02 -0700
committerGarrett Holmstrom <gholms@devzero.com>2014-08-22 14:39:02 -0700
commita977445fea0feb745166e7c4238cb1853db642f9 (patch)
treebcd7219a743493c1c5ec7d1625e890b72c8f4ba0
parent964999ef9cce0a416005248a7eb8ccc9ed6eb2dd (diff)
downloadboto-a977445fea0feb745166e7c4238cb1853db642f9.tar.gz
Include test_endpoints.json in source distribution
MANIFEST.in recursively includes .py and .txt files for tests in source distributions, but not .json files, causing unit tests to fail when run outside of a git checkout. This commit fixes that issue. Downstream bug: https://bugzilla.redhat.com/show_bug.cgi?id=1072925
-rw-r--r--MANIFEST.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/MANIFEST.in b/MANIFEST.in
index 0b29a23f..26c87ea7 100644
--- a/MANIFEST.in
+++ b/MANIFEST.in
@@ -8,5 +8,5 @@ include boto/pyami/copybot.cfg
include boto/services/sonofmmm.cfg
include boto/mturk/test/*.doctest
include boto/mturk/test/.gitignore
-recursive-include tests *.py *.txt
+recursive-include tests *.json *.py *.txt
recursive-include docs *