Skip to content

Commit 4ae8f0c

Browse files
committed
Add missing entry points.
1 parent a91ee2b commit 4ae8f0c

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

pyproject.toml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ classifiers = [
2727
"Programming Language :: Python :: 3.9",
2828
"Programming Language :: Python :: 3.10",
2929
"Programming Language :: Python :: 3.11",
30+
"Programming Language :: Python :: 3.12",
3031
"Development Status :: 4 - Beta",
3132
"Operating System :: OS Independent",
3233
"License :: OSI Approved :: BSD License",
@@ -47,6 +48,13 @@ dependencies = {file = ["requirements.txt"]}
4748
optional-dependencies = {dev = {file = ["requirements_dev.txt"]}}
4849

4950

51+
[project.scripts]
52+
53+
cmsml_open_tf_graph = "cmsml.scripts.open_tf_graph:main"
54+
cmsml_compile_tf_graph = "cmsml.scripts.compile_tf_graph:main"
55+
cmsml_check_aot_compatibility = "cmsml.scripts.check_aot_compatibility:main"
56+
57+
5058
[tool.setuptools]
5159

5260
include-package-data = false

0 commit comments

Comments
 (0)