summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.gitignore1
-rw-r--r--MANIFEST.in1
2 files changed, 2 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index 2169969..a74a7b3 100644
--- a/.gitignore
+++ b/.gitignore
@@ -8,6 +8,7 @@ cover
*~
.tox
AUTHORS
+ChangeLog
build
dist
python_keystoneclient.egg-info
diff --git a/MANIFEST.in b/MANIFEST.in
index 6e36d81..e14d730 100644
--- a/MANIFEST.in
+++ b/MANIFEST.in
@@ -1,5 +1,6 @@
include README.rst
include AUTHORS HACKING LICENSE
+include ChangeLog
include run_tests.sh tox.ini
include python-keystoneclient
include keystoneclient/versioninfo