mirror of
https://github.com/CoolProp/CoolProp.git
synced 2026-01-15 00:48:18 -05:00
This commit adds the missing build-time steps from setup.py: - Header generation from JSON files (generate_headers.py) - Cython constants module generation (generate_constants_module.py) - Copying headers, fmtlib, and BibTeX file to package directory Also updates .gitignore to ignore: - wrappers/Python/CoolProp/include/ (generated during build) - wrappers/Python/CoolProp/CoolPropBibTeXLibrary.bib (copied during build) Includes test script to verify wheel contents match between old and new build approaches. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>