Skip to content

Commit 8539fee

Browse files
committed
Update pyproject.toml to add a project script.
1 parent fab3999 commit 8539fee

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

pyproject.toml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,9 @@ version = { attr = "setuptools_scm.get_version" }
1818

1919
[tool.setuptools.packages.find]
2020
where = [ "python" ]
21+
22+
[project.scripts]
23+
make_pointing_model_grid = "lsst.ts.fbs.utils.maintel.pointing_model.__main__:main"
2124

2225
[tool.setuptools_scm]
2326
write_to = "python/lsst/ts/fbs/utils/version.py"

0 commit comments

Comments
 (0)