1395bb4135
Fix MANIFEST.in to include missing files in generated tarballs. Fixes bug 940357. Change-Id: Ic31e7db4ae960e23ebd8c34a3510208c98d400a4
17 lines
329 B
Plaintext
17 lines
329 B
Plaintext
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/*
|
|
graft bin
|
|
graft docs
|
|
graft tests
|
|
graft tools
|
|
recursive-include keystone *.json *.xml *.cfg README
|
|
global-exclude *.pyc *.sdx *.log *.db *.swp
|