From 1301c07b69333118b59525b25dec5738ba26093f Mon Sep 17 00:00:00 2001 From: Mike Boyle Date: Mon, 30 Sep 2024 18:59:14 -0400 Subject: [PATCH] Use pypi name pyproject --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index a33f71d..bed36d1 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,5 +1,5 @@ [project] -name = "quaternion" +name = "numpy-quaternion" description = "Add a quaternion dtype to NumPy" readme = "README.md" requires-python = ">=3.10" @@ -25,7 +25,7 @@ dynamic = ["version"] [project.urls] Homepage = "https://github.com/moble/quaternion" -Documentation = "https://quaternionic.readthedocs.io/en/latest" +Documentation = "https://quaternion.readthedocs.io/en/latest" [build-system] requires = ["hatchling", "setuptools>=61", "wheel", "numpy>=2.0,<3"]