Updated setup.py --version to python3 -m setuptools_scm.

This commit is contained in:
Lila
2022-06-24 10:22:56 -04:00
parent 35a5f93182
commit 63ea6bb5b3
2 changed files with 8 additions and 2 deletions

View File

@@ -3,3 +3,9 @@ line-length = 160
fast = true
skip-string-normalization = true
exclude = "awx_collection"
[build-system]
requires = ["setuptools>=45", "setuptools_scm[toml]>=6.2"]
[tool.setuptools_scm]