eff757eeb8
* Maintain symlinks in setup.py sdist, build, and install commands Symlinks are meaningful for ansible modules. They differentiate between aliases and deprecated modules. They're also useful for saving space and where downstream patches should be applied to the bin scripts. Fixes #27105 * Add a fallback for install and build to try to cache symlinks on their own Needed when someone tries to invoke setup.py build or setup.py install directly from the source checkout without an intermediate sdist.
21 lines
551 B
Text
21 lines
551 B
Text
prune ticket_stubs
|
|
prune hacking
|
|
include README.md COPYING
|
|
include SYMLINK_CACHE.json
|
|
include requirements.txt
|
|
include .coveragerc
|
|
include .yamllint
|
|
include examples/hosts
|
|
include examples/ansible.cfg
|
|
include lib/ansible/module_utils/powershell.ps1
|
|
recursive-include lib/ansible/modules *
|
|
recursive-include lib/ansible/galaxy/data *
|
|
recursive-include docs *
|
|
recursive-include packaging *
|
|
recursive-include test *
|
|
include Makefile
|
|
include VERSION
|
|
include MANIFEST.in
|
|
include CHANGELOG.md
|
|
include contrib/README.md
|
|
recursive-include contrib/inventory *
|