From 8638d59aa8b5d8dc77f6c121d62ab39d5912c357 Mon Sep 17 00:00:00 2001 From: Bob Carroll Date: Sun, 25 Apr 2021 19:00:30 -0400 Subject: [PATCH] clean up --- setup.py | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/setup.py b/setup.py index a992b1a..7011def 100644 --- a/setup.py +++ b/setup.py @@ -23,8 +23,4 @@ setup(name='hepdns', 'Operating System :: POSIX :: Linux', 'Programming Language :: Python :: 3', 'Topic :: Internet :: Name Service (DNS)', - 'Topic :: Internet :: WWW/HTTP :: WSGI :: Application'], - entry_points=""" - [console_scripts] - cherry-bubbles=cherry.bubbles:main - """) + 'Topic :: Internet :: WWW/HTTP :: WSGI :: Application'])