summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSascha Peilicke <saschpe@suse.de>2012-12-19 15:10:17 +0100
committerSascha Peilicke <saschpe@suse.de>2012-12-19 15:10:17 +0100
commit76066de98abdfad55dd685941dbe9683f7abbbc3 (patch)
tree849450c9245ac89c1031e0c2c3c33fa428c78d0c
parentc86a7981cea4ab487472cae52f57a8096cd1a64e (diff)
downloadpython-neutronclient-76066de98abdfad55dd685941dbe9683f7abbbc3.tar.gz
Add file 'ChangeLog' to MANIFEST.in
The file is missing from tarballs released at tarballs.openstack.org. Change-Id: Id782305495033948b05ee66da3d0ee2ff1933c20
-rw-r--r--.gitignore1
-rw-r--r--MANIFEST.in1
2 files changed, 2 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index 15eae7e..1a57619 100644
--- a/.gitignore
+++ b/.gitignore
@@ -14,3 +14,4 @@ run_tests.log
doc/build/
doc/source/api/
quantumclient/versioninfo
+ChangeLog
diff --git a/MANIFEST.in b/MANIFEST.in
index 62ce0fa..41d7241 100644
--- a/MANIFEST.in
+++ b/MANIFEST.in
@@ -1,5 +1,6 @@
include tox.ini
include LICENSE README HACKING.rst
+include ChangeLog
include tools/*
include quantumclient/tests/*
include quantumclient/tests/unit/*