diff options
author | Shane McDonald <me@shanemcd.com> | 2017-07-25 17:49:21 +0200 |
---|---|---|
committer | Shane McDonald <me@shanemcd.com> | 2017-07-25 19:31:52 +0200 |
commit | 1249a8b30f53598cfc9c88e0b43c1aaaaba81c1c (patch) | |
tree | d0118883e6aeffd72cc3ca211da4b1459c8bc3d7 /setup.py | |
parent | Merge pull request #45 from ryanpetrello/fix-busted-unit-tests (diff) | |
download | awx-1249a8b30f53598cfc9c88e0b43c1aaaaba81c1c.tar.xz awx-1249a8b30f53598cfc9c88e0b43c1aaaaba81c1c.zip |
Rename tower-python to awx-python
Diffstat (limited to 'setup.py')
-rwxr-xr-x | setup.py | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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', }, }, ) |