diff options
| author | Clark Boylan <clark.boylan@gmail.com> | 2013-05-08 11:32:26 -0700 |
|---|---|---|
| committer | Clark Boylan <clark.boylan@gmail.com> | 2013-05-10 15:39:08 -0700 |
| commit | 548b52336f19ea91dde3076ff85dbce9735f5420 (patch) | |
| tree | 2359977335354d9c8d4ccee765fa716b05e8b716 /MANIFEST.in | |
| parent | 8f80678677e2e47bac9ad0ac9d7fc1cb27d34788 (diff) | |
| download | python-keystoneclient-548b52336f19ea91dde3076ff85dbce9735f5420.tar.gz | |
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
Diffstat (limited to 'MANIFEST.in')
| -rw-r--r-- | MANIFEST.in | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/MANIFEST.in b/MANIFEST.in index e14d730..e0316ee 100644 --- a/MANIFEST.in +++ b/MANIFEST.in @@ -3,7 +3,6 @@ include AUTHORS HACKING LICENSE include ChangeLog include run_tests.sh tox.ini include python-keystoneclient -include keystoneclient/versioninfo recursive-include doc * recursive-include tests * recursive-include tools * |
