experiment: use uv-build instead of hatchling

This commit is contained in:
JasonGrace2282 2026-03-01 13:09:15 -05:00
commit 9b6ccda261
No known key found for this signature in database
GPG key ID: 8D61FE3F93FB15FA

View file

@ -99,18 +99,15 @@ dev = [
]
[build-system]
requires = ["hatchling"]
build-backend = "hatchling.build"
requires = ["uv_build>=0.10.7,<0.11.0"]
build-backend = "uv_build"
[tool.hatch.build]
include = [
"/manim"
]
exclude = [
"/docker",
"/logo",
"/scripts",
]
[tool.uv]
required-version = ">=0.10.0"
[tool.uv.build-backend]
module-root = ""
module-name = "manim"
[tool.pytest.ini_options]
markers = "slow: Mark the test as slow. Can be skipped with --skip_slow"