File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44
55[project ]
66name = " gearbox"
7- version = " 0.3.0 "
7+ version = " 0.3.1 "
88description = " Command line toolkit born as a PasteScript replacement for the TurboGears2 web framework"
99readme = " README.rst"
1010keywords = [" web framework" , " command-line" , " setup" ]
@@ -59,7 +59,7 @@ patch = "gearbox.commands.patch:PatchCommand"
5959
6060[project .entry-points ."paste .server_runner" ]
6161wsgiref = " 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" ]
6565gevent = " gearbox.commands.serve:gevent_server_factory"
You can’t perform that action at this time.
0 commit comments