renamed script
authorWall <wall@gmail.com>
Sat, 28 Feb 2009 21:59:53 +0000 (21:59 +0000)
committerWall <wall@gmail.com>
Sat, 28 Feb 2009 21:59:53 +0000 (21:59 +0000)
setup.py

index ad40179..d489c44 100755 (executable)
--- a/setup.py
+++ b/setup.py
@@ -18,7 +18,7 @@ setup(name='findit',
                    ('share/locale/ru_RU/LC_MESSAGES/', ['./po/ru/findit.mo'])
                    ],
     entry_points = {
-        'gui_scripts': ['findIT = findit.findit:main']
+        'gui_scripts': ['findit = findit.findit:main']
     },
 )