Skip to content

Commit a527a66

Browse files
Fix PyPI build: suppress auto License-File metadata (Metadata 2.4 compat)
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
1 parent 728a723 commit a527a66

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

pyproject.toml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,9 @@ types-python-dateutil = ">= 2.8.19.14"
3333
mypy = ">= 1.5"
3434

3535

36+
[tool.setuptools]
37+
license-files = []
38+
3639
[build-system]
3740
requires = ["setuptools"]
3841
build-backend = "setuptools.build_meta"

0 commit comments

Comments
 (0)