We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 93c71f1 commit 33594beCopy full SHA for 33594be
1 file changed
pyproject.toml
@@ -31,6 +31,9 @@ Homepage = "https://github.com/DeMaCS-UNICAL/PythonESE"
31
Repository = "https://github.com/DeMaCS-UNICAL/PythonESE"
32
Issues = "https://github.com/DeMaCS-UNICAL/PythonESE/issues"
33
34
+[tool.setuptools]
35
+packages = ["embasp_server_executor"]
36
+
37
[project.scripts]
38
ese-run = 'embasp_server_executor.ese_main:main'
39
0 commit comments