diff options
author | Matt Clay <matt@mystile.com> | 2023-07-11 21:40:06 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-07-11 21:40:06 +0200 |
commit | 72e038e8234051b54552d794a22ebef9681ae3ae (patch) | |
tree | 7e537505fe6c07a6ee3acfdf90404e4919f7263a /MANIFEST.in | |
parent | Convert non-docs *.rst files to *.md (#81217) (diff) | |
download | ansible-72e038e8234051b54552d794a22ebef9681ae3ae.tar.xz ansible-72e038e8234051b54552d794a22ebef9681ae3ae.zip |
Remove `docs` and `examples` directories (#81011)
* Remove docs dir
* Updates to reflect docs removal
* Fix integration test
* Remove examples dir
* Updates to reflect examples removal
* Remove build_library and build-ansible.py
* Remove refs to build_library and build-ansible.py
* Remove obsolete template
* Remove obsolete template reference
* Remove the now obsolete rstcheck sanity test
Diffstat (limited to 'MANIFEST.in')
-rw-r--r-- | MANIFEST.in | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/MANIFEST.in b/MANIFEST.in index 4d75cf2480..1dbe2e300c 100644 --- a/MANIFEST.in +++ b/MANIFEST.in @@ -2,18 +2,11 @@ include COPYING include bin/* include changelogs/CHANGELOG*.rst include changelogs/changelog.yaml -include examples/ansible.cfg -include examples/hosts -include examples/scripts/ConfigureRemotingForAnsible.ps1 -include examples/scripts/upgrade_to_ps3.ps1 -include hacking/build-ansible.py -include hacking/templates/*.j2 include hacking/test-module.py include hacking/update-sanity-requirements.py include licenses/*.txt include requirements.txt recursive-include docs * -recursive-include hacking/build_library *.py recursive-include packaging *.py *.j2 recursive-include test/integration * recursive-include test/sanity *.in *.json *.py *.txt |