Skip to content

Commit

Permalink
Update pyproject.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
zanieb committed Feb 14, 2024
1 parent ed9b0bd commit 23b9cf4
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ requires = ["maturin>=1.0,<2.0"]
build-backend = "maturin"

[project]
name = "uv-alpha"
name = "uv"
version = "0.0.4"
authors = [{ name = "uv" }]
requires-python = ">=3.8"
Expand All @@ -20,9 +20,7 @@ classifiers = [
readme = "README.md"

[project.urls]
Repository = "https://pypi.org/project/uv-alpha/"
Documentation = "https://pypi.org/project/uv-alpha/"
Changelog = "https://pypi.org/project/uv-alpha/"
Repository = "https://github.com/astral-sh/uv"

[tool.maturin]
bindings = "bin"
Expand Down

0 comments on commit 23b9cf4

Please sign in to comment.