Skip to content

Commit 1acbb4e

Browse files
authored
chore: use PEP 639 license (#956)
Signed-off-by: Henry Schreiner <[email protected]>
1 parent 7219be7 commit 1acbb4e

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

pyproject.toml

+3-4
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ keywords = [
1414
"testing",
1515
"tox",
1616
]
17-
license = { text = "Apache-2.0" }
17+
license = "Apache-2.0"
1818
authors = [
1919
{ name = "Alethea Katherine Flowers", email = "[email protected]" },
2020
]
@@ -23,7 +23,6 @@ classifiers = [
2323
"Development Status :: 5 - Production/Stable",
2424
"Environment :: Console",
2525
"Intended Audience :: Developers",
26-
"License :: OSI Approved :: Apache Software License",
2726
"Operating System :: MacOS",
2827
"Operating System :: Microsoft :: Windows",
2928
"Operating System :: POSIX",
@@ -109,7 +108,7 @@ lint.extend-select = [
109108
"RUF", # Ruff-specific
110109
"S", # eval -> literal_eval
111110
"SIM", # flake8-simplify
112-
"TCH", # flake8-type-checking
111+
"TC", # flake8-type-checking
113112
"TRY", # tryceratops
114113
"UP", # pyupgrade
115114
"YTT", # flake8-2020
@@ -138,7 +137,7 @@ minversion = "7.0"
138137
addopts = [ "-ra", "--strict-markers", "--strict-config" ]
139138
xfail_strict = true
140139
filterwarnings = [ "error" ]
141-
log_cli_level = "info"
140+
log_cli_level = "INFO"
142141
testpaths = [ "tests" ]
143142
pythonpath = [ ".github/" ]
144143

0 commit comments

Comments
 (0)