summaryrefslogtreecommitdiff
path: root/MANIFEST.in
diff options
context:
space:
mode:
authorIlya Kharin <ikharin@mirantis.com>2013-06-02 00:43:26 +0400
committerIlya Kharin <ikharin@mirantis.com>2013-06-03 19:26:20 +0400
commit567b43ea944f603aa5d33652fe48077703e9dd1a (patch)
tree23be7cc5a40acb57f732be26a2b45d9ece9d097b /MANIFEST.in
parentee5e3bb365b50b329b57dde5d40b09cfd2ba40d9 (diff)
downloadswift-567b43ea944f603aa5d33652fe48077703e9dd1a.tar.gz
Add requirements files to the source distribution
Also remove the tools directory, since it is no longer used, now that https://review.openstack.org/30887 is merged, which renamed the requirements files to requirements.txt and test-requirements.txt. Fixes bug 1186625 Change-Id: Icf1ef1d2d83140420163c25257d4802282063cfa
Diffstat (limited to 'MANIFEST.in')
-rw-r--r--MANIFEST.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/MANIFEST.in b/MANIFEST.in
index 165c1f15b..0a2da4a61 100644
--- a/MANIFEST.in
+++ b/MANIFEST.in
@@ -3,10 +3,10 @@ include CHANGELOG CONTRIBUTING.md README.md
include babel.cfg
include test/sample.conf
include tox.ini
+include requirements.txt test-requirements.txt
graft doc
graft etc
graft locale
graft test/functional
graft test/probe
graft test/unit
-graft tools