Mercurial > hg > MakeItSo
comparison setup.py @ 30:1549be7f0fcb
dont point at trunk tempital; as expected, hg repos dont work with setuptools :(
author | Jeff Hammel <jhammel@mozilla.com> |
---|---|
date | Wed, 22 Dec 2010 14:34:20 -0800 |
parents | 7e8a5da34eee |
children | 6e08cca7d656 |
comparison
equal
deleted
inserted
replaced
29:7e8a5da34eee | 30:1549be7f0fcb |
---|---|
19 zip_safe=False, | 19 zip_safe=False, |
20 install_requires=[ | 20 install_requires=[ |
21 # -*- Extra requirements: -*- | 21 # -*- Extra requirements: -*- |
22 'tempita' | 22 'tempita' |
23 ], | 23 ], |
24 dependency_links=[ | |
25 'http://bitbucket.org/ianb/tempita#egg=tempita' | |
26 ], | |
27 entry_points=""" | 24 entry_points=""" |
28 # -*- Entry points: -*- | 25 # -*- Entry points: -*- |
29 [console_scripts] | 26 [console_scripts] |
30 makeitso = makeitso.makeitso:main | 27 makeitso = makeitso.makeitso:main |
31 """, | 28 """, |