Skip to content

Commit 492ffee

Browse files
committed
Fix cherrypy server support and release 0.3.1
1 parent 63e085b commit 492ffee

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44

55
[project]
66
name = "gearbox"
7-
version = "0.3.0"
7+
version = "0.3.1"
88
description = "Command line toolkit born as a PasteScript replacement for the TurboGears2 web framework"
99
readme = "README.rst"
1010
keywords = ["web framework", "command-line", "setup"]
@@ -59,7 +59,7 @@ patch = "gearbox.commands.patch:PatchCommand"
5959

6060
[project.entry-points."paste.server_runner"]
6161
wsgiref = "gearbox.commands.serve:wsgiref_server_runner"
62-
cherrypy = "gearbox.commands.serve:Cherrypy_server_runner"
62+
cherrypy = "gearbox.commands.serve:cherrypy_server_runner"
6363

6464
[project.entry-points."paste.server_factory"]
6565
gevent = "gearbox.commands.serve:gevent_server_factory"

0 commit comments

Comments
 (0)