diff options
author | Matt Clay <matt@mystile.com> | 2023-03-29 19:14:39 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-03-29 19:14:39 +0200 |
commit | 6a66761e0e0e035a753b86cbc29d2287036829f8 (patch) | |
tree | 80e6e9bb2699805e48194dfc22cbb8bf67d730b9 /MANIFEST.in | |
parent | Add antsibull-changelog and antsibull-docs to other tools and programs page. ... (diff) | |
download | ansible-6a66761e0e0e035a753b86cbc29d2287036829f8.tar.xz ansible-6a66761e0e0e035a753b86cbc29d2287036829f8.zip |
Remove obsolete release bits (#80347)
Releases are now built using the `packaging/release.py` tool.
This makes the `Makefile` and associated files in `packaging/release/` and `packaging/sdist/` obsolete.
Diffstat (limited to 'MANIFEST.in')
-rw-r--r-- | MANIFEST.in | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/MANIFEST.in b/MANIFEST.in index dc07c9575e..280d7f111e 100644 --- a/MANIFEST.in +++ b/MANIFEST.in @@ -28,7 +28,7 @@ recursive-include lib/ansible/modules *.yml recursive-include lib/ansible/plugins/test *.yml recursive-include lib/ansible/plugins/filter *.yml recursive-include licenses *.txt -recursive-include packaging Makefile *.py +recursive-include packaging *.py recursive-include test/integration * recursive-include test/lib/ansible_test/config *.yml *.template recursive-include test/lib/ansible_test/_data *.cfg *.in *.ini *.ps1 *.txt *.yml coveragerc @@ -41,7 +41,6 @@ exclude test/sanity/code-smell/release-names.* exclude test/lib/ansible_test/_internal/commands/sanity/bin_symlinks.py exclude test/lib/ansible_test/_internal/commands/sanity/integration_aliases.py recursive-include test/units * -include Makefile include MANIFEST.in include changelogs/CHANGELOG*.rst include changelogs/changelog.yaml |