We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a91ee2b commit 4ae8f0cCopy full SHA for 4ae8f0c
1 file changed
pyproject.toml
@@ -27,6 +27,7 @@ classifiers = [
27
"Programming Language :: Python :: 3.9",
28
"Programming Language :: Python :: 3.10",
29
"Programming Language :: Python :: 3.11",
30
+ "Programming Language :: Python :: 3.12",
31
"Development Status :: 4 - Beta",
32
"Operating System :: OS Independent",
33
"License :: OSI Approved :: BSD License",
@@ -47,6 +48,13 @@ dependencies = {file = ["requirements.txt"]}
47
48
optional-dependencies = {dev = {file = ["requirements_dev.txt"]}}
49
50
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
58
[tool.setuptools]
59
60
include-package-data = false
0 commit comments