mirror of
https://github.com/ZwareBear/awx.git
synced 2026-03-20 07:43:35 -05:00
Rename tower-python to awx-python
This commit is contained in:
@@ -19,7 +19,7 @@ include tools/scripts/request_tower_configuration.sh
|
|||||||
include tools/scripts/request_tower_configuration.ps1
|
include tools/scripts/request_tower_configuration.ps1
|
||||||
include tools/scripts/ansible-tower-service
|
include tools/scripts/ansible-tower-service
|
||||||
include tools/scripts/failure-event-handler
|
include tools/scripts/failure-event-handler
|
||||||
include tools/scripts/tower-python
|
include tools/scripts/awx-python
|
||||||
include awx/playbooks/library/mkfifo.py
|
include awx/playbooks/library/mkfifo.py
|
||||||
include tools/sosreport/*
|
include tools/sosreport/*
|
||||||
include VERSION
|
include VERSION
|
||||||
|
|||||||
4
setup.py
4
setup.py
@@ -168,7 +168,7 @@ setup(
|
|||||||
("%s" % docdir, ["docs/licenses/*",]),
|
("%s" % docdir, ["docs/licenses/*",]),
|
||||||
("%s" % bindir, ["tools/scripts/ansible-tower-service",
|
("%s" % bindir, ["tools/scripts/ansible-tower-service",
|
||||||
"tools/scripts/failure-event-handler",
|
"tools/scripts/failure-event-handler",
|
||||||
"tools/scripts/tower-python",
|
"tools/scripts/awx-python",
|
||||||
"tools/scripts/ansible-tower-setup"]),
|
"tools/scripts/ansible-tower-setup"]),
|
||||||
("%s" % sosconfig, ["tools/sosreport/tower.py"])]),
|
("%s" % sosconfig, ["tools/sosreport/tower.py"])]),
|
||||||
cmdclass = {'sdist_isolated': sdist_isolated},
|
cmdclass = {'sdist_isolated': sdist_isolated},
|
||||||
@@ -182,7 +182,7 @@ setup(
|
|||||||
'isolated_build': 'clean --all egg_info -b "" sdist_isolated',
|
'isolated_build': 'clean --all egg_info -b "" sdist_isolated',
|
||||||
},
|
},
|
||||||
'build_scripts': {
|
'build_scripts': {
|
||||||
'executable': '/usr/bin/tower-python',
|
'executable': '/usr/bin/awx-python',
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
)
|
)
|
||||||
|
|||||||
Reference in New Issue
Block a user