diff options
author | Lila <djyasin.ly@gmail.com> | 2022-06-24 16:22:56 +0200 |
---|---|---|
committer | Lila <djyasin.ly@gmail.com> | 2022-06-24 16:22:56 +0200 |
commit | 63ea6bb5b3db6ff4a321fa6941e836441472213f (patch) | |
tree | 2e3934dfa5811568ee6d77bb2b7f9982a6367a38 /pyproject.toml | |
parent | Merge pull request #12323 from AlexSCorey/5857-t-SanitizeLoginHTML (diff) | |
download | awx-63ea6bb5b3db6ff4a321fa6941e836441472213f.tar.xz awx-63ea6bb5b3db6ff4a321fa6941e836441472213f.zip |
Updated setup.py --version to python3 -m setuptools_scm.
Diffstat (limited to 'pyproject.toml')
-rw-r--r-- | pyproject.toml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/pyproject.toml b/pyproject.toml index 3dbfd016a3..351a98ee3c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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] |