Add file 'ChangeLog' to MANIFEST.in

The file is missing from tarballs released at tarballs.openstack.org.

Change-Id: I5c4f53f32b2e6b3741b03658d9c9472fca4226dd
This commit is contained in:
Sascha Peilicke
2012-12-19 15:07:25 +01:00
parent 475d6bba0f
commit 943ddcf991
2 changed files with 2 additions and 0 deletions

1
.gitignore vendored
View File

@@ -8,6 +8,7 @@ cover
*~ *~
.tox .tox
AUTHORS AUTHORS
ChangeLog
build build
dist dist
python_keystoneclient.egg-info python_keystoneclient.egg-info

View File

@@ -1,5 +1,6 @@
include README.rst include README.rst
include AUTHORS HACKING LICENSE include AUTHORS HACKING LICENSE
include ChangeLog
include run_tests.sh tox.ini include run_tests.sh tox.ini
include python-keystoneclient include python-keystoneclient
include keystoneclient/versioninfo include keystoneclient/versioninfo