From ff0f2d207c47b9e473c356227b32c19e4510b4be Mon Sep 17 00:00:00 2001 From: Wojtek Kosior Date: Fri, 22 Apr 2022 17:13:24 +0200 Subject: support --help and --version options when running the sample wsgi script from command line --- setup.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'setup.cfg') diff --git a/setup.cfg b/setup.cfg index 95c540c..7b506a2 100644 --- a/setup.cfg +++ b/setup.cfg @@ -53,7 +53,7 @@ exclude = [options.entry_points] console_scripts = - hydrilla = hydrilla.server.serve:start + hydrilla = hydrilla.server:start [extract_messages] mapping_file = babel.cfg -- cgit v1.2.3