Description: Skip the unidecode binary
 We would only want to have it in one package.
 If there's sufficient demand, we can create one for it.
Author: Stefano Rivera <stefanor@debian.org>
Last-Updated: 2015-07-05
Forwarded: not-needed

--- a/setup.py
+++ b/setup.py
@@ -18,12 +18,6 @@
 
       test_suite = 'tests',
 
-      entry_points = {
-		'console_scripts': [
-			'unidecode = unidecode.util:main'
-		]
-      },
-
       classifiers = [
 	"License :: OSI Approved :: GNU General Public License v2 or later (GPLv2+)",
 	"Programming Language :: Python",
