You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix: suppress License-File via setup.cfg, remove pyproject.toml entirely
pyproject.toml [project] table always conflicts with setup.py.
setup.cfg license_files= suppresses the License-File metadata field
without needing pyproject.toml at all. Release builds use --no-build-isolation
so CIBW_BEFORE_BUILD packages are visible.
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
0 commit comments