From 1d3d491cfb2f5c1c42a10825aeefaefea882ecb9 Mon Sep 17 00:00:00 2001 From: Andres Asensio Ramos Date: Tue, 30 Jan 2024 12:14:35 +0000 Subject: [PATCH] Corrected typo in pyproject.toml --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index d884a09..cc71ab0 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -26,7 +26,7 @@ classifiers = [ 'Topic :: Scientific/Engineering', 'Topic :: Scientific/Engineering :: Physics', ] -dynamic = ["license", "keywords", "dependecies"] +dynamic = ["license", "keywords", "dependencies"] [project.urls] "Homepage" = "https://github.com/aasensio/hazel2"