From: Stefano Rivera <stefanor@debian.org>
Date: Thu, 8 Oct 2015 10:29:39 -0700
Subject: Don't install setuptools entry point scripts.

We have our own command line wrapper.

Forwarded: not-needed
Last-Update: 2014-07-27
---
 setup.py | 5 -----
 1 file changed, 5 deletions(-)

diff --git a/setup.py b/setup.py
index 7d31410..78043c8 100755
--- a/setup.py
+++ b/setup.py
@@ -46,9 +46,4 @@ setup(
     author_email='p@pwaller.net',
     url='https://github.com/pwaller/pyfiglet',
     packages=['pyfiglet', 'pyfiglet.fonts'],
-    entry_points={
-        'console_scripts': [
-            'pyfiglet = pyfiglet:main',
-        ],
-    }
 )
