keystone/MANIFEST.in
Sascha Peilicke 14e090154c Move 'tests' directory into 'keystone' package
Similar to a range of other components (e.g. glance,nova,...) and recent
reviews by Monty.

Running individual tests can be done like this:

./run_tests.sh keystone.tests.test_drivers

Change-Id: I2482a48322150e5eb09b703326a94d8283f1c75b
2013-08-14 01:30:01 -03:00

24 lines
498 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 tests/tmp/*