summaryrefslogtreecommitdiffstats
path: root/setup.py
diff options
context:
space:
mode:
authorShane McDonald <me@shanemcd.com>2017-07-25 17:49:21 +0200
committerShane McDonald <me@shanemcd.com>2017-07-25 19:31:52 +0200
commit1249a8b30f53598cfc9c88e0b43c1aaaaba81c1c (patch)
treed0118883e6aeffd72cc3ca211da4b1459c8bc3d7 /setup.py
parentMerge pull request #45 from ryanpetrello/fix-busted-unit-tests (diff)
downloadawx-1249a8b30f53598cfc9c88e0b43c1aaaaba81c1c.tar.xz
awx-1249a8b30f53598cfc9c88e0b43c1aaaaba81c1c.zip
Rename tower-python to awx-python
Diffstat (limited to 'setup.py')
-rwxr-xr-xsetup.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/setup.py b/setup.py
index 9dde802e7c..349910d927 100755
--- a/setup.py
+++ b/setup.py
@@ -168,7 +168,7 @@ setup(
("%s" % docdir, ["docs/licenses/*",]),
("%s" % bindir, ["tools/scripts/ansible-tower-service",
"tools/scripts/failure-event-handler",
- "tools/scripts/tower-python",
+ "tools/scripts/awx-python",
"tools/scripts/ansible-tower-setup"]),
("%s" % sosconfig, ["tools/sosreport/tower.py"])]),
cmdclass = {'sdist_isolated': sdist_isolated},
@@ -182,7 +182,7 @@ setup(
'isolated_build': 'clean --all egg_info -b "" sdist_isolated',
},
'build_scripts': {
- 'executable': '/usr/bin/tower-python',
+ 'executable': '/usr/bin/awx-python',
},
},
)