summaryrefslogtreecommitdiff
path: root/pyproject.toml
diff options
context:
space:
mode:
authorjvoisin2023-08-02 21:21:44 +0200
committerjvoisin2023-08-02 21:21:44 +0200
commitfa44794dfd61ea86833400ed645cde47ec6d4db1 (patch)
tree3949bef28d90cae6b78dc4e9ab934e28937fb40d /pyproject.toml
parent04786d75dab33bc292067a114c075f403719bfac (diff)
Fix the project name in pyproject.toml
Diffstat (limited to 'pyproject.toml')
-rw-r--r--pyproject.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/pyproject.toml b/pyproject.toml
index 02e510b..147e1bc 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -1,5 +1,5 @@
1[project] 1[project]
2name = "mat" 2name = "mat2"
3version = "0.13.4" 3version = "0.13.4"
4readme = "README.md" 4readme = "README.md"
5requires-python = ">=3.9" 5requires-python = ">=3.9"