Skip to content

Commit

Permalink
Use pypi name pyproject
Browse files Browse the repository at this point in the history
  • Loading branch information
moble committed Sep 30, 2024
1 parent 221ec3a commit 1301c07
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[project]
name = "quaternion"
name = "numpy-quaternion"
description = "Add a quaternion dtype to NumPy"
readme = "README.md"
requires-python = ">=3.10"
Expand All @@ -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"]
Expand Down

0 comments on commit 1301c07

Please sign in to comment.