summaryrefslogtreecommitdiffstats
path: root/MANIFEST.in
blob: 9c59a76b43359ea8c3bc75cea108ebc281f4609a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
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/*