From 962cdb0175715da94c354bb17fb2ebc2cc19afd3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Alexandre=20Ren=C3=A9?= Date: Fri, 9 Aug 2024 23:25:28 +0200 Subject: [PATCH] Rename "dev" extra deps to "test" --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 7b5394f..a220221 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -6,7 +6,7 @@ build-backend = "setuptools.build_meta" write_to = "src/emd_falsify/_version.py" [project.urls] -#"Documentation" = +"Documentation" = "https://alcrene.github.io/emd-falsify/" "Bug Tracker" = "https://github.com/alcrene/emd-falsify/issues" "Source" = "https://github.com/alcrene/emd-falsify" @@ -59,7 +59,7 @@ dynamic = ["version"] [project.optional-dependencies] ## Development dependencies -dev = ["pytest"] +test = ["pytest"] ## Dependencies of the `viz` utilities module ## viz = ["pandas", "matplotlib", "seaborn", "holoviews"]