summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2025-03-24build: switch from setuptools to hatchlingHEADv0.1.0masterMartin Fischer
For reproducible builds and also so that you no longer need `--config-settings editable_mode=compat` for pip install to make it work with Pyright.
2025-03-24fix(nix): make nix-build work on NixOS 24.11Martin Fischer
For Python 3.13 NixOS 24.11 has setuptools==75.8.2, which doesn't yet support the new license format.
2025-03-23initial commitv0.0.1Martin Fischer