summaryrefslogtreecommitdiff
path: root/changelogs
diff options
context:
space:
mode:
authorMatt Clay <matt@mystile.com>2023-03-06 15:59:02 -0800
committerGitHub <noreply@github.com>2023-03-06 15:59:02 -0800
commitd8d2005096f32ea114f711dff2f363a1d27a705c (patch)
tree4e269f480557cbf64d0f90e5f51e1d11023c8bf3 /changelogs
parent162345a77a4f5c28842ba76ccc2854edc2f025c8 (diff)
downloadansible-d8d2005096f32ea114f711dff2f363a1d27a705c.tar.gz
[stable-2.14] Fix MANIFEST.in includes (#80147) (#80148)
(cherry picked from commit 7c62cdeecd4834a1ca38a01e42ea07e33044de19)
Diffstat (limited to 'changelogs')
-rw-r--r--changelogs/fragments/fix-manifest.yml3
1 files changed, 3 insertions, 0 deletions
diff --git a/changelogs/fragments/fix-manifest.yml b/changelogs/fragments/fix-manifest.yml
new file mode 100644
index 0000000000..b8e1795a43
--- /dev/null
+++ b/changelogs/fragments/fix-manifest.yml
@@ -0,0 +1,3 @@
+bugfixes:
+ - Fix ``MANIFEST.in`` to exclude unwanted files in the ``packaging/`` directory.
+ - Fix ``MANIFEST.in`` to include ``*.md`` files in the ``test/support/`` directory.