mirror of
https://github.com/ansible/awx.git
synced 2026-04-11 21:19:22 -02:30
Transition from setup.py to setup.cfg
This commit is contained in:
@@ -5,7 +5,7 @@
|
||||
tasks:
|
||||
- name: Get version from SCM if not explicitly provided
|
||||
shell: |
|
||||
python setup.py --version | cut -d + -f -1
|
||||
python3 -m setuptools_scm | cut -d + -f -1
|
||||
args:
|
||||
chdir: '../../'
|
||||
register: setup_py_version
|
||||
|
||||
Reference in New Issue
Block a user