docs: update Mantle setup to reflect automatic shim detection

This commit is contained in:
2026-05-12 11:16:22 -04:00
parent fe94f6a9a8
commit 75d529cf16
6 changed files with 380 additions and 105 deletions

View File

@@ -15,9 +15,15 @@ dependencies = [
[project.scripts]
pallas = "pallas.server:main"
[project.optional-dependencies]
dev = ["pytest>=8.0"]
[build-system]
requires = ["hatchling"]
build-backend = "hatchling.build"
[tool.hatch.build.targets.wheel]
packages = ["pallas"]
[tool.pytest.ini_options]
testpaths = ["tests"]