diff options
| -rw-r--r-- | MANIFEST.in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/MANIFEST.in b/MANIFEST.in index 28a74617..9e43ffab 100644 --- a/MANIFEST.in +++ b/MANIFEST.in @@ -1,16 +1,16 @@ include LICENSE include HACKING.rst include README.rst +include openstack-common.conf include run_tests.py include run_tests.sh include setup.py include TODO include tox.ini include etc/* -include tests/*conf -include tests/default_catalog.templates graft bin graft docs +graft tests graft tools recursive-include keystone *.json *.xml *.cfg README global-exclude *.pyc *.sdx *.log *.db *.swp |
