We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c0aade4 commit 04b02dbCopy full SHA for 04b02db
pyproject.toml
@@ -9,7 +9,7 @@ and C bit field structs represented as Python \
9
byte strings."""
10
readme = "README.rst"
11
requires-python = ">=3.7"
12
-license = { text = "MIT" }
+license = "MIT"
13
keywords = [
14
"bit field",
15
"bit parsing",
@@ -22,7 +22,6 @@ authors = [
22
]
23
classifiers = [
24
"Development Status :: 5 - Production/Stable",
25
- "License :: OSI Approved :: MIT License",
26
"Programming Language :: Python",
27
"Programming Language :: Python :: 3",
28
"Programming Language :: Python :: Implementation :: CPython",
0 commit comments