Mercurial > hg > MakeItSo
comparison setup.py @ 5:f064be514e53
choose a better filename and remove some stuff from shebang
author | Jeff Hammel <jhammel@mozilla.com> |
---|---|
date | Wed, 10 Nov 2010 18:01:07 -0800 |
parents | 7a76836b50a7 |
children | dc18d6db4956 |
comparison
equal
deleted
inserted
replaced
4:08a50935e941 | 5:f064be514e53 |
---|---|
22 'tempita' | 22 'tempita' |
23 ], | 23 ], |
24 entry_points=""" | 24 entry_points=""" |
25 # -*- Entry points: -*- | 25 # -*- Entry points: -*- |
26 [console_scripts] | 26 [console_scripts] |
27 makeitso = makeitso.main:main | 27 makeitso = makeitso.makeitso:main |
28 """, | 28 """, |
29 ) | 29 ) |