From 123f7532589df93a0a8bf6c54f2446b4703a88f8 Mon Sep 17 00:00:00 2001 From: Joey Hines Date: Mon, 20 Aug 2018 17:55:05 -0500 Subject: [PATCH] Removed entry points for now... --- setup.py | 4 ---- 1 file changed, 4 deletions(-) diff --git a/setup.py b/setup.py index 254c6b7..6f34ee5 100644 --- a/setup.py +++ b/setup.py @@ -6,8 +6,4 @@ setup( packages=['geoffrey'], install_requires=['discord.py', 'SQLAlchemy', 'pymysql'], long_description=open('README.txt').read(), - entry_points={ - 'console_scripts': - ['geoffrey = geoffrey.Geoffrey:main', - ]} )