keystone/MANIFEST.in
Dirk Mueller 75d03a575b Create TMPDIR for tests recursively
keystone/tests/tmp is missing in the sdist tarballs, so
we need to not only create keystone/tests/tmp/<pid> but also the
parent directory. Use os.makedirs for that.

Change-Id: I2f97bee517297b9fa239183c23ad1dfa52505bc9
Closes-Bug: #1296862
2014-03-24 18:46:36 +01:00

24 lines
507 B
Plaintext

include AUTHORS
include babel.cfg
include ChangeLog
include CONTRIBUTING.txt
include LICENSE
include HACKING.rst
include README.rst
include openstack-common.conf
include run_tests.py
include run_tests.sh
include setup.cfg
include setup.py
include TODO
include tox.ini
include etc/*
include httpd/*
graft bin
graft doc
graft keystone/tests
graft tools
graft examples
recursive-include keystone *.json *.xml *.cfg *.pem README *.po *.pot *.sql
global-exclude *.pyc *.sdx *.log *.db *.swp keystone/tests/tmp/*