We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ee5dbe5 commit 1ce7e5bCopy full SHA for 1ce7e5b
‎pyproject.toml‎
@@ -9,7 +9,7 @@ dynamic = ["version"]
9
description = "Splunk Software Development Kit for Python"
10
readme = "README.md"
11
requires-python = ">=3.7"
12
-license = "Apache-2.0"
+license = { text = "Apache-2.0" }
13
authors = [{ name = "Splunk, Inc.", email = "[email protected]" }]
14
classifiers = [
15
"Programming Language :: Python",
@@ -56,7 +56,7 @@ select = [
56
"RUF", # ruff-specific rules
57
]
58
59
-# TODO: Migrate this
+# ! TODO: Migrate to new config paradigm
60
# https://tox.wiki/en/latest/config.html#pyproject-toml-ini
61
[tool.tox]
62
legacy_tox_ini = """
0 commit comments