mirror of
https://github.com/CoolProp/CoolProp.git
synced 2026-01-14 08:28:03 -05:00
With scikit-build-core, the pyproject.toml is at the repository root, not in wrappers/Python/. Updated cibuildwheel configuration: - Changed package-dir from ./wrappers/Python/ to . - Removed redundant CIBW_BEFORE_BUILD (dependencies are in pyproject.toml) - Build dependencies are now automatically installed by pip from pyproject.toml This fixes the "Multiple top-level packages discovered" error. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>