summaryrefslogtreecommitdiff
path: root/wrappers/python/pyproject.toml
AgeCommit message (Collapse)Author
2024-04-30Python: Store metadata in setup.cfgJeroen Wijenbergh
When building for older distros such as Debian 11 it is problematic when metadata is in pyproject.toml. Let's store the metadata needed for building in setup.cfg, that is supported.
2024-04-26Version: Update to 1.99.21.99.2Jeroen Wijenbergh
2024-03-22All: Refactor makefile & buildingjwijenbergh
2021-12-03Add initial Python wheel supportStevenWdV