From 567b43ea944f603aa5d33652fe48077703e9dd1a Mon Sep 17 00:00:00 2001 From: Ilya Kharin Date: Sun, 2 Jun 2013 00:43:26 +0400 Subject: [PATCH] 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 --- MANIFEST.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/MANIFEST.in b/MANIFEST.in index 165c1f15bc..0a2da4a617 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