Skip to content

Commit 69c6d58

Browse files
committed
update project.urls
1 parent c9a08ae commit 69c6d58

2 files changed

Lines changed: 8 additions & 2 deletions

File tree

pyproject.toml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "physics-plot"
3-
version = "0.1.0"
3+
version = "0.1.0.post1"
44
description = "matplotlib styles and utils"
55
readme = "README.md"
66
authors = [
@@ -9,6 +9,12 @@ authors = [
99
requires-python = ">=3.8"
1010
dependencies = []
1111

12+
[project.urls]
13+
Homepage = "https://github.com/c0rychu/physics-plot"
14+
Documentation = "https://github.com/c0rychu/physics-plot"
15+
Repository = "https://github.com/c0rychu/physics-plot.git"
16+
Issues = "https://github.com/c0rychu/physics-plot/issues"
17+
1218
[build-system]
1319
requires = ["uv_build>=0.9.0,<0.10.0"]
1420
build-backend = "uv_build"

uv.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)