This commit is contained in:
Aarush Deshpande 2026-06-21 07:00:51 +08:00 committed by GitHub
commit b2c3ec2065
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -102,18 +102,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"