Skip to content

Commit b380868

Browse files
committed
adding a script to launch the app from the command line
1 parent 6ee204e commit b380868

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
@@ -48,6 +48,9 @@ classifiers = [
4848
"Topic :: Software Development :: User Interfaces",
4949
]
5050

51+
[project.scripts]
52+
genapp = "pymodaq_plugins_teaching.app.gen_app:main"
53+
5154
[build-system]
5255
requires = [
5356
"hatchling>=1.9.0",

0 commit comments

Comments
 (0)