mirror of
https://github.com/ansible/awx.git
synced 2026-02-23 22:16:00 -03:30
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
@@ -5,7 +5,9 @@ import os
|
||||
import sys
|
||||
import warnings
|
||||
|
||||
__version__ = '3.2.0'
|
||||
from pkg_resources import get_distribution
|
||||
|
||||
__version__ = get_distribution('ansible-awx').version
|
||||
|
||||
__all__ = ['__version__']
|
||||
|
||||
|
||||
Reference in New Issue
Block a user