We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f747fd0 commit 0de90b8Copy full SHA for 0de90b8
CHANGES.rst
@@ -12,6 +12,8 @@ https://github.com/zopefoundation/Zope/blob/4.x/CHANGES.rst
12
13
- Update to newest compatible versions of dependencies.
14
15
+- Fix installation of console scripts.
16
+
17
18
6.0b1 (2025-11-22)
19
------------------
pyproject.toml
@@ -103,7 +103,7 @@ main = "Zope2.Startup.run:make_wsgi_app"
103
httpexceptions = "ZPublisher.httpexceptions:main"
104
content_length = "ZPublisher.pastefilter:filter_content_length"
105
106
-[project.entry-points.scripts]
+[project.scripts]
107
addzopeuser = "Zope2.utilities.adduser:main"
108
runwsgi = "Zope2.Startup.serve:main"
109
mkwsgiinstance = "Zope2.utilities.mkwsgiinstance:main"
0 commit comments