Skip to content

Commit 279ad7e

Browse files
committedMar 23, 2025·
Switched to use SPDX license classifier
1 parent 5b877d0 commit 279ad7e

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed
 

‎pyproject.toml

+1-2
Original file line numberDiff line numberDiff line change
@@ -10,11 +10,10 @@ name = "anyio"
1010
description = "High level compatibility layer for multiple asynchronous event loop implementations"
1111
readme = "README.rst"
1212
authors = [{name = "Alex Grönholm", email = "alex.gronholm@nextday.fi"}]
13-
license = {text = "MIT"}
13+
license = "MIT"
1414
classifiers = [
1515
"Development Status :: 5 - Production/Stable",
1616
"Intended Audience :: Developers",
17-
"License :: OSI Approved :: MIT License",
1817
"Framework :: AnyIO",
1918
"Typing :: Typed",
2019
"Programming Language :: Python",

0 commit comments

Comments
 (0)
Please sign in to comment.