summaryrefslogtreecommitdiff
path: root/pyproject.toml (follow)
AgeCommit message (Collapse)Author
2025-09-04Switch the project from 0xacab to githubjvoisin
While the folks running 0xacab are much more lovely than the github ones, this project has outgrown the former: - Github offers beefy continuous integration, make it easier to run the testsuite on every python version, instead of using a weird docker-based contraption. Moreover, I'd rather burn some Microsoft money than 0xacab one. - Opening an account on 0xacab is non-trivial (by design), making it tedious for people to report issues and contribute to mat2. - Gitlab is becoming unbearably slow and convoluted, even compared to Github's awful Copilot/AI push. It's a sad state of affairs, but it's a pragmatic decision. People who don't have a Github account can still report issues and send patches by sending me an email.
2024-07-18Keep orientation metadatamatiargs
2023-12-31Improve the pyproject.yaml filejvoisin
Prompted by !113
2023-08-02Fix the project name in pyproject.tomljvoisin
2023-08-02Bump the changelog0.13.4jvoisin
2023-02-24Update `pyproject.toml` to include `version`Rui Chen
2023-02-20Improve the CIjvoisin
- Remove some useless linters - Make use of ruff