forked from openkylin/unidecode
Apply patch:
skip-binary From: Stefano Rivera <stefanor@debian.org> Date: Thu, 8 Oct 2015 14:19:51 -0700 Subject: Skip the unidecode binary
This commit is contained in:
parent
14d28605a2
commit
fbc4f13484
5
setup.py
5
setup.py
|
@ -24,11 +24,6 @@ setup(
|
||||||
|
|
||||||
test_suite='tests',
|
test_suite='tests',
|
||||||
|
|
||||||
entry_points={
|
|
||||||
'console_scripts': [
|
|
||||||
'unidecode = unidecode.util:main'
|
|
||||||
]
|
|
||||||
},
|
|
||||||
classifiers=[
|
classifiers=[
|
||||||
"License :: OSI Approved :: GNU General Public License v2 or later (GPLv2+)",
|
"License :: OSI Approved :: GNU General Public License v2 or later (GPLv2+)",
|
||||||
"Programming Language :: Python",
|
"Programming Language :: Python",
|
||||||
|
|
Loading…
Reference in New Issue