mirror of
https://github.com/ManimCommunity/manim.git
synced 2026-06-22 10:01:47 +00:00
Merge 9b6ccda261 into 0e83f4b09a
This commit is contained in:
commit
b2c3ec2065
1 changed files with 8 additions and 11 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue