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
This commit is contained in:
Ilya Kharin 2013-06-02 00:43:26 +04:00
parent ee5e3bb365
commit 567b43ea94
1 changed files with 1 additions and 1 deletions

View File

@ -3,10 +3,10 @@ include CHANGELOG CONTRIBUTING.md README.md
include babel.cfg include babel.cfg
include test/sample.conf include test/sample.conf
include tox.ini include tox.ini
include requirements.txt test-requirements.txt
graft doc graft doc
graft etc graft etc
graft locale graft locale
graft test/functional graft test/functional
graft test/probe graft test/probe
graft test/unit graft test/unit
graft tools