Skip to content

Commit 43e9625

Browse files
ratalclaude
andcommitted
fix pyproject.toml: add minimal [project] table required by setuptools validation
[tool.setuptools] without [project] causes validation error in all setuptools versions. name+version in [project] satisfies the validator; all other metadata stays in setup.py. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
1 parent 71f07fd commit 43e9625

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

pyproject.toml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,9 @@
22
requires = ["setuptools>=68,<76", "wheel", "Cython>=3.0", "numpy>=1.14"]
33
build-backend = "setuptools.build_meta"
44

5+
[project]
6+
name = "mdfreader"
7+
version = "4.2"
8+
59
[tool.setuptools]
610
license-files = []

0 commit comments

Comments
 (0)