mirror of
https://github.com/ZwareBear/awx.git
synced 2026-05-14 00:18:36 -05:00
Tower -> AWX Tooling Migration
* Switching version number scheme and mechanism * Refactor development tooling towards 'awx' paths and names * Purging packaging details from Makefile
This commit is contained in:
committed by
Shane McDonald
parent
cf967d244b
commit
3892e4e389
@@ -157,7 +157,7 @@ def get_awx_version():
|
||||
from awx import __version__
|
||||
try:
|
||||
import pkg_resources
|
||||
return pkg_resources.require('ansible_tower')[0].version
|
||||
return pkg_resources.require('ansible-awx')[0].version
|
||||
except:
|
||||
return __version__
|
||||
|
||||
|
||||
Reference in New Issue
Block a user