diff options
author | Matt Clay <matt@mystile.com> | 2023-07-12 23:43:08 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-07-12 23:43:08 +0200 |
commit | b93a628aed2feb1a0ff68858d356895a79578149 (patch) | |
tree | 945e0cbbbca091730c21c0c5e608a4a6f6b109a3 /MANIFEST.in | |
parent | Use semantic markup for modules. (#81190) (diff) | |
download | ansible-b93a628aed2feb1a0ff68858d356895a79578149.tar.xz ansible-b93a628aed2feb1a0ff68858d356895a79578149.zip |
Omit hacking directory from MANIFEST.in (#81245)
* Omit `hacking` directory from `MANIFEST.in`
* Update package-data sanity test
Diffstat (limited to 'MANIFEST.in')
-rw-r--r-- | MANIFEST.in | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/MANIFEST.in b/MANIFEST.in index 1dbe2e300c..24adcc0161 100644 --- a/MANIFEST.in +++ b/MANIFEST.in @@ -2,8 +2,6 @@ include COPYING include bin/* include changelogs/CHANGELOG*.rst include changelogs/changelog.yaml -include hacking/test-module.py -include hacking/update-sanity-requirements.py include licenses/*.txt include requirements.txt recursive-include docs * |