Description: Don't install setuptools entry point scripts.
 We have our own command line wrapper.
Author: Stefano Rivera <stefanor@debian.org>
Forwarded: not-needed
Last-Update: 2014-07-27

--- a/setup.py
+++ b/setup.py
@@ -47,9 +47,4 @@
     author_email='peter.waller@gmail.com',
     url='https://github.com/pwaller/pyfiglet',
     packages=['pyfiglet'],
-    entry_points={
-        'console_scripts': [
-            'pyfiglet = pyfiglet:main',
-        ],
-    }
 )
