summaryrefslogtreecommitdiffstats
path: root/setup.py
diff options
context:
space:
mode:
authorShane McDonald <me@shanemcd.com>2017-03-23 03:58:11 +0100
committerShane McDonald <me@shanemcd.com>2017-03-23 21:46:25 +0100
commit0e2a2d61e2d337c761a6c57e809992d3c9934fc4 (patch)
tree7227899a081ec9f01936ba1a677de34e98733f3d /setup.py
parentMerge pull request #5875 from shanemcd/ui-subpackage (diff)
downloadawx-0e2a2d61e2d337c761a6c57e809992d3c9934fc4.tar.xz
awx-0e2a2d61e2d337c761a6c57e809992d3c9934fc4.zip
Create a setup subpackage
Diffstat (limited to 'setup.py')
-rwxr-xr-xsetup.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/setup.py b/setup.py
index 334b0e78d5..bd7d5bd19e 100755
--- a/setup.py
+++ b/setup.py
@@ -126,7 +126,8 @@ setup(
("%s" % docdir, ["docs/licenses/*",]),
("%s" % bindir, ["tools/scripts/ansible-tower-service",
"tools/scripts/failure-event-handler",
- "tools/scripts/tower-python"]),
+ "tools/scripts/tower-python",
+ "tools/scripts/ansible-tower-setup"]),
("%s" % sosconfig, ["tools/sosreport/tower.py"])]),
options = {
'egg_info': {