$OpenBSD: patch-setup_py,v 1.3 2005/02/04 17:24:39 xsa Exp $
--- setup.py.orig	Thu Feb  3 17:51:30 2005
+++ setup.py	Fri Feb  4 18:16:08 2005
@@ -50,9 +50,9 @@ params = {'name': 'IMDbPY',
       'maintainer_email': 'da@erlug.linux.it',
       'url': home_page,
       'license': 'GPL',
-      'scripts': ['./bin/get_first_movie', './bin/get_movie',
-                './bin/search_movie', './bin/get_first_person',
-                './bin/get_person', './bin/search_person'],
+#      'scripts': ['./bin/get_first_movie', './bin/get_movie',
+#                './bin/search_movie', './bin/get_first_person',
+#                './bin/get_person', './bin/search_person'],
       'packages': ['imdb', 'imdb.parser',
                     'imdb.parser.http', 'imdb.parser.local'],
       'ext_modules': [ratober]}
