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 cfad2ef commit 3136c39Copy full SHA for 3136c39
pyproject.toml
@@ -10,7 +10,7 @@ classifiers = [
10
"Programming Language :: Python :: Implementation :: CPython",
11
"Programming Language :: Python :: Implementation :: PyPy",
12
]
13
-dynamic = ["version"]
+dynamic = ["version", "description", "urls", "readme"]
14
15
[tool.maturin]
16
features = ["pyo3/extension-module", "pyo3/abi3-py310"]
0 commit comments