1
0
mirror of synced 2024-06-12 17:19:51 +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"