Modified the pyproject.toml file to include the eric7_server script. server

Wed, 14 Feb 2024 09:39:37 +0100

author
Detlev Offenbach <detlev@die-offenbachs.de>
date
Wed, 14 Feb 2024 09:39:37 +0100
branch
server
changeset 10572
f044df7c4bfb
parent 10568
399d81a784a4
child 10573
c4f503f40caf

Modified the pyproject.toml file to include the eric7_server script.

pyproject.toml file | annotate | diff | comparison | revisions
--- a/pyproject.toml	Tue Feb 13 19:22:06 2024 +0100
+++ b/pyproject.toml	Wed Feb 14 09:39:37 2024 +0100
@@ -101,6 +101,7 @@
 eric7_api = "eric7.eric7_api:main"
 eric7_doc = "eric7.eric7_doc:main"
 eric7_post_install = "eric7.eric7_post_install:main"
+eric7_server =  "eric7.eric7_server:main"
 
 [project.gui-scripts]
 eric7_browser = "eric7.eric7_browser:main"

eric ide

mercurial