Files
python-keystoneclient/MANIFEST.in
Clark Boylan 548b52336f Perform oslo-incubator code sync.
run_tests.sh cannot install a virtualenv with tools/install_venv.py as
tools/install_venv_common.py depends on oslo.config which is an external
dependency. The virtualenv installer should not depend on any external
dependencies. Fix this by performing a code sync with oslo-incubator.

Note this adds a new dependency on six and changes the way versioning is
determined.

Change-Id: Ifb67bbfeec4eabc943c2a88a34fe535c57f174a1
2013-05-10 15:39:08 -07:00

9 lines
204 B
Plaintext

include README.rst
include AUTHORS HACKING LICENSE
include ChangeLog
include run_tests.sh tox.ini
include python-keystoneclient
recursive-include doc *
recursive-include tests *
recursive-include tools *