Complete frontiers polish with glossary updates and build improvements

This commit is contained in:
Vijay Janapa Reddi
2025-09-21 02:26:46 -04:00
parent 82990cf473
commit f4a0b09209
33 changed files with 5575 additions and 79 deletions

View File

@@ -119,11 +119,12 @@ Issues = "https://github.com/mlsysbook/mlsysbook/issues"
Changelog = "https://github.com/mlsysbook/mlsysbook/blob/main/CHANGELOG.md"
[project.scripts]
mlsysbook-cli = "tools.scripts.cli:main"
binder = "cli.main:main"
mlsysbook = "cli.main:main"
[tool.setuptools.packages.find]
where = ["."]
include = ["tools*"]
include = ["tools*", "cli*"]
exclude = ["tests*", "docs*"]
[tool.setuptools.package-data]