From f1ecf7672fb12a82452cd2d1bd5e8ef600726511 Mon Sep 17 00:00:00 2001 From: Justin Haze Date: Mon, 27 Jan 2025 14:41:43 -0700 Subject: [PATCH] fix project name in dev dependencies --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index c3b3fb2..f4db05f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -49,7 +49,7 @@ tests = [ dev = [ "hatchling>=1.25.0,<2.0", "pre-commit>=4.0.1,<5.0", - "P2108[tests]", + "proplib-p2108[tests]", ] [project.urls] "PropLib Wiki" = "https://ntia.github.io/propagation-library-wiki/models/P2108/"