File: skip-binary

package info (click to toggle)
unidecode 1.4.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 1,592 kB
  • sloc: python: 49,168; perl: 30; sh: 9; makefile: 5
file content (29 lines) | stat: -rw-r--r-- 736 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
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
---
 setup.py | 5 -----
 1 file changed, 5 deletions(-)

diff --git a/setup.py b/setup.py
index 6befb9e..1087ff2 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",