From d6b4d3860c4b36d35b9a8a96dcdf49093a139650 Mon Sep 17 00:00:00 2001 From: Matěj Cepl Date: Tue, 1 Oct 2019 14:44:02 +0200 Subject: A ways better. Tentatively fixes #7 --- setup.py | 1 - 1 file changed, 1 deletion(-) (limited to 'setup.py') diff --git a/setup.py b/setup.py index 67e2574..53a6151 100644 --- a/setup.py +++ b/setup.py @@ -21,7 +21,6 @@ setup(name='pygn', py_modules=['mail2news', 'news2mail', 'setup', 'whitelist', 'wlp', 'wlp_parser'], test_suite="test", - scripts=['pygm2n', 'pygn2m'], entry_points={ "console_scripts": [ "pygm2n = mail2news:main", -- cgit