From fbc4f13484a18c8b3082c7ad6addc0ac11bc2cd2 Mon Sep 17 00:00:00 2001 From: su-fang Date: Tue, 15 Nov 2022 10:08:34 +0800 Subject: [PATCH] Apply patch: skip-binary From: Stefano Rivera Date: Thu, 8 Oct 2015 14:19:51 -0700 Subject: Skip the unidecode binary --- setup.py | 5 ----- 1 file changed, 5 deletions(-) diff --git a/setup.py b/setup.py index aecfffb..e69789c 100644 --- a/setup.py +++ b/setup.py @@ -24,11 +24,6 @@ setup( 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",