Skip to content

Commit c02b105

Browse files
committed
Build: Revert adding project metadata section to pyproject.toml because it breaks the setuptools build.
1 parent 5a7b58b commit c02b105

File tree

1 file changed

+0
-13
lines changed

1 file changed

+0
-13
lines changed

pyproject.toml

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,3 @@
1-
[project]
2-
name = "lupa"
3-
requires-python = ">=3.8"
4-
dynamic = [
5-
"version",
6-
"description",
7-
"readme",
8-
"classifiers",
9-
"license",
10-
"authors",
11-
"maintainers",
12-
]
13-
141
[build-system]
152
requires = ["Cython>=3.2.4", "setuptools", "wheel"]
163

0 commit comments

Comments
 (0)