Skip to content

Commit 1ce7e5b

Browse files
committed
Try fix CI 🤦
1 parent ee5dbe5 commit 1ce7e5b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

‎pyproject.toml‎

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ dynamic = ["version"]
99
description = "Splunk Software Development Kit for Python"
1010
readme = "README.md"
1111
requires-python = ">=3.7"
12-
license = "Apache-2.0"
12+
license = { text = "Apache-2.0" }
1313
authors = [{ name = "Splunk, Inc.", email = "[email protected]" }]
1414
classifiers = [
1515
"Programming Language :: Python",
@@ -56,7 +56,7 @@ select = [
5656
"RUF", # ruff-specific rules
5757
]
5858

59-
# TODO: Migrate this
59+
# ! TODO: Migrate to new config paradigm
6060
# https://tox.wiki/en/latest/config.html#pyproject-toml-ini
6161
[tool.tox]
6262
legacy_tox_ini = """

0 commit comments

Comments
 (0)