We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a8c8cca commit bc661f8Copy full SHA for bc661f8
pyproject.toml
@@ -21,7 +21,7 @@ dependencies = [
21
]
22
23
[project.urls]
24
-Homepage = "https://github.com/simonw/shot-scraper"
+Homepage = "https://shot-scraper.datasette.io/"
25
Issues = "https://github.com/simonw/shot-scraper/issues"
26
CI = "https://github.com/simonw/shot-scraper/actions"
27
Changelog = "https://github.com/simonw/shot-scraper/releases"
@@ -44,5 +44,5 @@ docs = [
44
45
46
[build-system]
47
-requires = ["hatchling"]
48
-build-backend = "hatchling.build"
+requires = ["uv_build"]
+build-backend = "uv_build"
0 commit comments