Skip to content

Commit 0de90b8

Browse files
authored
Fix packaging of console scripts (#1280)
1 parent f747fd0 commit 0de90b8

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

CHANGES.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,8 @@ https://github.com/zopefoundation/Zope/blob/4.x/CHANGES.rst
1212

1313
- Update to newest compatible versions of dependencies.
1414

15+
- Fix installation of console scripts.
16+
1517

1618
6.0b1 (2025-11-22)
1719
------------------

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ main = "Zope2.Startup.run:make_wsgi_app"
103103
httpexceptions = "ZPublisher.httpexceptions:main"
104104
content_length = "ZPublisher.pastefilter:filter_content_length"
105105

106-
[project.entry-points.scripts]
106+
[project.scripts]
107107
addzopeuser = "Zope2.utilities.adduser:main"
108108
runwsgi = "Zope2.Startup.serve:main"
109109
mkwsgiinstance = "Zope2.utilities.mkwsgiinstance:main"

0 commit comments

Comments
 (0)