From 817d30a5f661a16a951b9f06da0d930c936c7598 Mon Sep 17 00:00:00 2001
From: Stefano Rivera <stefanor@debian.org>
Date: Thu, 8 Oct 2015 14:19:51 -0700
Subject: 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.
Last-Updated: 2015-07-05
Forwarded: not-needed

Patch-Name: skip-binary
---
 setup.py | 6 ------
 1 file changed, 6 deletions(-)

diff --git a/setup.py b/setup.py
index 82abcf9..f920b22 100644
--- a/setup.py
+++ b/setup.py
@@ -18,12 +18,6 @@ setup(name='Unidecode',
 
       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",
