mirror of
https://github.com/zebrajr/ansible.git
synced 2025-12-06 00:19:48 +01:00
* Remove unnecessary MANIFEST.in commands This eliminates more setuptools warnings during build. * Sort MANIFEST.in Now that only include commands are used, the order of the commands no longer effects the build output.
21 lines
692 B
Plaintext
21 lines
692 B
Plaintext
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/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
|
|
recursive-include test/integration *
|
|
recursive-include test/sanity *.in *.json *.py *.txt
|
|
recursive-include test/support *.py *.ps1 *.psm1 *.cs *.md
|
|
recursive-include test/units *
|