summaryrefslogtreecommitdiffstats
path: root/MANIFEST.in
diff options
context:
space:
mode:
authorMatt Davis <mrd@redhat.com>2018-05-31 02:40:50 +0200
committerMatt Davis <mrd@redhat.com>2018-05-31 02:40:50 +0200
commit6d3a1786ccd7a9c8bda66d3c05c81a59e446cdb3 (patch)
tree9d1723c4872746c898f176846b98158a959380d5 /MANIFEST.in
parentfix RPM builds with placeholder CHANGELOG (diff)
downloadansible-6d3a1786ccd7a9c8bda66d3c05c81a59e446cdb3.tar.xz
ansible-6d3a1786ccd7a9c8bda66d3c05c81a59e446cdb3.zip
fix MANIFEST.in to include CHANGELOG stub for devel
Diffstat (limited to '')
-rw-r--r--MANIFEST.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/MANIFEST.in b/MANIFEST.in
index c226892a06..ffc7cf0a14 100644
--- a/MANIFEST.in
+++ b/MANIFEST.in
@@ -15,6 +15,6 @@ recursive-include packaging *
recursive-include test *
include Makefile
include MANIFEST.in
-include changelogs/CHANGELOG-*.rst
+include changelogs/CHANGELOG*.rst
include contrib/README.md
recursive-include contrib/inventory *