1- [build-system ]
2- requires = [" setuptools" ]
3- build-backend = " setuptools.build_meta"
4-
5- [tool .setuptools .dynamic ]
6- version = { attr = " splunklib.__version__" }
7-
81[project .urls ]
92HOMEPAGE = " https://pypi.org/project/splunk-sdk"
103DOCS = " https://docs.splunk.com/Documentation/PythonSDK/2.1.0"
@@ -31,7 +24,7 @@ classifiers = [
3124dependencies = [" deprecation" , " python-dotenv" ]
3225
3326[dependency-groups ]
34- test = [" tox" ]
27+ test = [" tox" , " pytest " ]
3528lint = [" mypy" , " ruff" ]
3629build = [" build" , " setuptools" , { include-group = " test" }]
3730dev = [
@@ -40,6 +33,13 @@ dev = [
4033 { include-group = " build" },
4134]
4235
36+ [build-system ]
37+ requires = [" setuptools" ]
38+ build-backend = " setuptools.build_meta"
39+
40+ [tool .setuptools .dynamic ]
41+ version = { attr = " splunklib.__version__" }
42+
4343# https://docs.astral.sh/ruff/configuration/
4444[tool .ruff ]
4545line-length = 120
@@ -61,8 +61,8 @@ select = [
6161 " RUF" , # ruff-specific rules
6262]
6363
64- [tool .tox ]
6564# https://tox.wiki/en/latest/config.html#pyproject-toml-ini
65+ [tool .tox ]
6666legacy_tox_ini = """
6767[tox]
6868envlist = clean,docs,py39,313
0 commit comments