Skip to content

Commit 8793f75

Browse files
committed
pyproject: Remove deprecated elements
1 parent 774acdf commit 8793f75

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

pyproject.toml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,14 +29,12 @@ keywords = [
2929
"arbitraryprecision",
3030
"math",
3131
]
32-
license = {text = "MIT"}
32+
license = "MIT"
3333
classifiers = [
3434
"Intended Audience :: Developers",
3535
"Topic :: Software Development :: Libraries",
3636
"Topic :: Software Development :: Embedded Systems",
3737
"Topic :: System :: Hardware",
38-
"License :: OSI Approved :: MIT License",
39-
"License :: OSI Approved :: Python Software Foundation License",
4038
"Programming Language :: Python :: 3",
4139
]
4240
dynamic = ["version", "dependencies", "optional-dependencies"]

0 commit comments

Comments
 (0)