Skip to content

Commit 04b02db

Browse files
authored
Fix pyproject license deprecation warnings
1 parent c0aade4 commit 04b02db

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

pyproject.toml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ and C bit field structs represented as Python \
99
byte strings."""
1010
readme = "README.rst"
1111
requires-python = ">=3.7"
12-
license = { text = "MIT" }
12+
license = "MIT"
1313
keywords = [
1414
"bit field",
1515
"bit parsing",
@@ -22,7 +22,6 @@ authors = [
2222
]
2323
classifiers = [
2424
"Development Status :: 5 - Production/Stable",
25-
"License :: OSI Approved :: MIT License",
2625
"Programming Language :: Python",
2726
"Programming Language :: Python :: 3",
2827
"Programming Language :: Python :: Implementation :: CPython",

0 commit comments

Comments
 (0)