Skip to content

Commit bc661f8

Browse files
committed
Use uv_build backend and update homepage URL
- Switch build backend from hatchling to uv_build - Set homepage to shot-scraper.datasette.io
1 parent a8c8cca commit bc661f8

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pyproject.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ dependencies = [
2121
]
2222

2323
[project.urls]
24-
Homepage = "https://github.com/simonw/shot-scraper"
24+
Homepage = "https://shot-scraper.datasette.io/"
2525
Issues = "https://github.com/simonw/shot-scraper/issues"
2626
CI = "https://github.com/simonw/shot-scraper/actions"
2727
Changelog = "https://github.com/simonw/shot-scraper/releases"
@@ -44,5 +44,5 @@ docs = [
4444
]
4545

4646
[build-system]
47-
requires = ["hatchling"]
48-
build-backend = "hatchling.build"
47+
requires = ["uv_build"]
48+
build-backend = "uv_build"

0 commit comments

Comments
 (0)