diff options
| author | Sascha Peilicke <saschpe@suse.de> | 2012-12-19 15:10:17 +0100 |
|---|---|---|
| committer | Sascha Peilicke <saschpe@suse.de> | 2012-12-19 15:10:17 +0100 |
| commit | 76066de98abdfad55dd685941dbe9683f7abbbc3 (patch) | |
| tree | 849450c9245ac89c1031e0c2c3c33fa428c78d0c | |
| parent | c86a7981cea4ab487472cae52f57a8096cd1a64e (diff) | |
| download | python-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-- | .gitignore | 1 | ||||
| -rw-r--r-- | MANIFEST.in | 1 |
2 files changed, 2 insertions, 0 deletions
@@ -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/* |
