mirror of
https://github.com/ManimCommunity/manim.git
synced 2026-06-22 10:01:47 +00:00
experiment: use uv-build instead of hatchling
This commit is contained in:
parent
1157b746c3
commit
9b6ccda261
1 changed files with 8 additions and 11 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue