Skip to content

Commit 5a7b58b

Browse files
committed
Build: List dynamically provided project metadata fields in pyproject.toml.
1 parent b8ff709 commit 5a7b58b

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

pyproject.toml

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,15 @@
11
[project]
22
name = "lupa"
33
requires-python = ">=3.8"
4-
dynamic = ["version"]
4+
dynamic = [
5+
"version",
6+
"description",
7+
"readme",
8+
"classifiers",
9+
"license",
10+
"authors",
11+
"maintainers",
12+
]
513

614
[build-system]
715
requires = ["Cython>=3.2.4", "setuptools", "wheel"]

0 commit comments

Comments
 (0)