mirror of
https://github.com/ansible/awx.git
synced 2026-02-22 21:46:00 -03:30
Updating some dev environment tooling for version numbers
This commit is contained in:
@@ -1,10 +1,10 @@
|
||||
#!/venv/awx/bin/python
|
||||
# EASY-INSTALL-ENTRY-SCRIPT: 'ansible-tower==3.0.0-0.devel','console_scripts','awx-manage'
|
||||
__requires__ = 'ansible-tower==3.0.0-0.devel'
|
||||
# EASY-INSTALL-ENTRY-SCRIPT: 'ansible-awx==placeholder','console_scripts','awx-manage'
|
||||
__requires__ = 'ansible-awx==placeholder'
|
||||
import sys
|
||||
from pkg_resources import load_entry_point
|
||||
|
||||
if __name__ == '__main__':
|
||||
sys.exit(
|
||||
load_entry_point('ansible-tower==3.0.0-0.devel', 'console_scripts', 'awx-manage')()
|
||||
load_entry_point('ansible-awx==placeholder', 'console_scripts', 'awx-manage')()
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user