mirror of
https://github.com/harvard-edge/cs249r_book.git
synced 2026-04-30 09:38:38 -05:00
Complete frontiers polish with glossary updates and build improvements
This commit is contained in:
@@ -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]
|
||||
|
||||
Reference in New Issue
Block a user