From c70824df6f428ab2e5459d65de59b3cd0e95627b Mon Sep 17 00:00:00 2001 From: Matthew Newville Date: Sun, 30 Jun 2024 12:01:56 -0500 Subject: [PATCH] fix pyproject.toml --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 782e298..fb17fab 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -39,7 +39,7 @@ classifiers = [ "Programming Language :: Python :: Implementation :: PyPy", ] -[project.url] +[project.urls] Homepage = " https://github.com/lmfit/asteval" Documentation = "https://lmfit.github.io/asteval/" Tracker = "https://github.com/lmfit/asteval/issues"