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 774acdf commit 8793f75Copy full SHA for 8793f75
pyproject.toml
@@ -29,14 +29,12 @@ keywords = [
29
"arbitraryprecision",
30
"math",
31
]
32
-license = {text = "MIT"}
+license = "MIT"
33
classifiers = [
34
"Intended Audience :: Developers",
35
"Topic :: Software Development :: Libraries",
36
"Topic :: Software Development :: Embedded Systems",
37
"Topic :: System :: Hardware",
38
- "License :: OSI Approved :: MIT License",
39
- "License :: OSI Approved :: Python Software Foundation License",
40
"Programming Language :: Python :: 3",
41
42
dynamic = ["version", "dependencies", "optional-dependencies"]
0 commit comments