We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents b94e6e0 + cd5720e commit 02c36acCopy full SHA for 02c36ac
1 file changed
pyproject.toml
@@ -10,7 +10,15 @@ classifiers = [
10
"Programming Language :: Python :: Implementation :: CPython",
11
"Programming Language :: Python :: Implementation :: PyPy",
12
]
13
-dynamic = ["version"]
+dynamic = [
14
+ "authors",
15
+ "description",
16
+ "keywords",
17
+ "license",
18
+ "readme",
19
+ "urls",
20
+ "version",
21
+]
22
23
24
[tool.maturin]
0 commit comments