From 1be5c49ae402b768f9206724abdd503c18933ae1 Mon Sep 17 00:00:00 2001 From: Olivier Gayot Date: Thu, 23 Dec 2021 15:03:49 +0100 Subject: Use __main__.py instead of SwiftStory.py Signed-off-by: Olivier Gayot --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'setup.py') diff --git a/setup.py b/setup.py index 8d1f2fd..5c4f5ce 100644 --- a/setup.py +++ b/setup.py @@ -30,7 +30,7 @@ setup( data_files = data_files, entry_points = { 'console_scripts': [ - 'swiftstoryd = swiftstory.SwiftStory:main', + 'swiftstoryd = swiftstory.__main__:main', ], } ) -- cgit v1.2.3