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 10095c6..4d16851 100755
--- a/setup.py
+++ b/setup.py
@@ -47,9 +47,4 @@ setup(
     author_email='peter.waller@gmail.com',
     url='https://github.com/pwaller/pyfiglet',
     packages=['pyfiglet'],
-    entry_points={
-        'console_scripts': [
-            'pyfiglet = pyfiglet:main',
-        ],
-    }
 )
