1
0
Fork 0
mirror of synced 2025-07-04 20:37:34 +02:00

Fix the project name in pyproject.toml

This commit is contained in:
jvoisin 2023-08-02 21:21:44 +02:00
parent 04786d75da
commit fa44794dfd

View file

@ -1,5 +1,5 @@
[project]
name = "mat"
name = "mat2"
version = "0.13.4"
readme = "README.md"
requires-python = ">=3.9"