Commit 3a9b5fca authored by jr2804's avatar jr2804
Browse files

chore(build): switch to uv_build for build system configuration

* Updated build system requirements to use uv_build instead of hatchling.
* Adjusted build-backend to reflect the new build system.
parent 7c4a1489
Loading
Loading
Loading
Loading
+2 −5
Original line number Diff line number Diff line
@@ -47,11 +47,8 @@ dev = [
]

[build-system]
requires = ["hatchling"]
build-backend = "hatchling.build"

[tool.hatch.build.targets.wheel]
packages = ["src/tdoc_crawler"]
requires = ["uv_build"]
build-backend = "uv_build"

[project.scripts]
tdoc-crawler = "tdoc_crawler.cli:app"