Skip to content

Commit 02c36ac

Browse files
authored
Merge pull request #200 from projectsyn/fix/python-package-metadata
Update pyproject.toml `dynamic` entries to ensure full Python package metadata
2 parents b94e6e0 + cd5720e commit 02c36ac

1 file changed

Lines changed: 9 additions & 1 deletion

File tree

pyproject.toml

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,15 @@ classifiers = [
1010
"Programming Language :: Python :: Implementation :: CPython",
1111
"Programming Language :: Python :: Implementation :: PyPy",
1212
]
13-
dynamic = ["version"]
13+
dynamic = [
14+
"authors",
15+
"description",
16+
"keywords",
17+
"license",
18+
"readme",
19+
"urls",
20+
"version",
21+
]
1422

1523

1624
[tool.maturin]

0 commit comments

Comments
 (0)