Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/ansible/ansible.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorToshio Kuratomi <a.badger@gmail.com>2017-07-24 19:25:12 +0300
committerGitHub <noreply@github.com>2017-07-24 19:25:12 +0300
commiteff757eeb8e54022a3ae91752b6a09e3d30c5e04 (patch)
treed3ac92a0657fcc6e47e9cfd3c23b9a6278fdbcdc /MANIFEST.in
parentfc5d71de0da187658899cf12e0a6b3cdb210f5fc (diff)
Maintain symlinks in setup.py sdist, build, and install commands (#27149)
* 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.
Diffstat (limited to 'MANIFEST.in')
-rw-r--r--MANIFEST.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/MANIFEST.in b/MANIFEST.in
index 523e28017bb..6272e02efdb 100644
--- a/MANIFEST.in
+++ b/MANIFEST.in
@@ -1,6 +1,7 @@
prune ticket_stubs
prune hacking
include README.md COPYING
+include SYMLINK_CACHE.json
include requirements.txt
include .coveragerc
include .yamllint