summaryrefslogtreecommitdiff
path: root/MANIFEST.in
diff options
context:
space:
mode:
authorToshio Kuratomi <a.badger@gmail.com>2019-07-02 12:18:40 -0700
committerToshio Kuratomi <a.badger@gmail.com>2019-07-10 22:17:35 -0700
commit33d2728879f8655337bc2157b723f1efa3a1920a (patch)
tree5979971d5050bb06883336f38f1b61c63f3155af /MANIFEST.in
parent146a7f8ff614727423560470efec1fa774eab022 (diff)
downloadansible-33d2728879f8655337bc2157b723f1efa3a1920a.tar.gz
Rename python files in hacking/ directory to have .py suffix
ansible-test only passes files which have the .py suffix for sanity tests on python files. This change will allow sanity tests to run on the Python files in hacking/ * Rename test-module to test-module.py * Symlink test-module for backwards compat since end users may be using test-module * Fix test-module sanity errors that are now triggered * Rename ansible_profile to ansible-profile.py * Rename build-ansible
Diffstat (limited to 'MANIFEST.in')
-rw-r--r--MANIFEST.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/MANIFEST.in b/MANIFEST.in
index f70bced34a..da554f16c5 100644
--- a/MANIFEST.in
+++ b/MANIFEST.in
@@ -26,4 +26,4 @@ include contrib/README.md
recursive-include contrib/inventory *
exclude test/sanity/code-smell/botmeta.*
recursive-include hacking/build_library *.py
-include hacking/build-ansible
+include hacking/build-ansible.py