mirror of
https://github.com/ansible/awx.git
synced 2026-02-01 01:28:09 -03:30
Transition from setup.py to setup.cfg
This commit is contained in:
4
tools/scripts/scm_version.py
Normal file
4
tools/scripts/scm_version.py
Normal file
@@ -0,0 +1,4 @@
|
||||
from setuptools_scm import get_version
|
||||
|
||||
version = get_version(root='../..', relative_to=__file__)
|
||||
print(version)
|
||||
Reference in New Issue
Block a user