summaryrefslogtreecommitdiff
path: root/debian/patches/0001-don-t-install-ics_diff.patch
blob: 846e77f43edb0b5a6561d335640cfcee600f177c (plain)
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
From: =?UTF-8?q?Guido=20G=C3=BCnther?= <agx@sigxcpu.org>
Date: Fri, 17 Apr 2009 22:46:06 +0200
Subject: don't install ics_diff

---
 setup.py |    2 --
 1 files changed, 0 insertions(+), 2 deletions(-)

diff --git a/setup.py b/setup.py
index a99507b..1589ec5 100755
--- a/setup.py
+++ b/setup.py
@@ -41,12 +41,6 @@ setup(name = "vobject",
       url = "http://eventable.github.io/vobject/",
       download_url = 'https://github.com/eventable/vobject/tarball/0.9.3',
       bugtrack_url = "https://github.com/eventable/vobject/issues",
-      entry_points = {
-            'console_scripts': [
-                  'ics_diff = vobject.ics_diff:main',
-                  'change_tz = vobject.change_tz:main'
-            ]
-      },
       include_package_data = True,
       install_requires = ['python-dateutil >= 2.4.0'],
       platforms = ["any"],