From: =?UTF-8?q?Guido=20G=C3=BCnther?= 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"],