comparison setup.py @ 52:46e6688c1881

fixing error in console_scripts
author catherine@DellZilla.myhome.westell.com
date Wed, 02 Apr 2008 15:13:58 -0400
parents fe017e9fe44e
children 4cc24b17d70c
comparison
equal deleted inserted replaced
51:fe017e9fe44e 52:46e6688c1881
24 maintainer = 'Catherine Devlin', 24 maintainer = 'Catherine Devlin',
25 maintainer_email = 'catherine.devlin@gmail.com', 25 maintainer_email = 'catherine.devlin@gmail.com',
26 platforms = ['any'], 26 platforms = ['any'],
27 entry_points = """ 27 entry_points = """
28 [console_scripts] 28 [console_scripts]
29 sqlpython = sqlpython.mysqlpy:run""" 29 sqlpython = mysqlpy:run"""
30 ) 30 )
31 31