Mercurial > hg > MakeItSo
comparison setup.py @ 28:dc18d6db4956
depend on trunk tempita; stubbing for next stage
author | Jeff Hammel <jhammel@mozilla.com> |
---|---|
date | Wed, 22 Dec 2010 13:30:09 -0800 |
parents | f064be514e53 |
children | 7e8a5da34eee |
comparison
equal
deleted
inserted
replaced
27:ac44c36da885 | 28:dc18d6db4956 |
---|---|
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 ], | |
24 entry_points=""" | 27 entry_points=""" |
25 # -*- Entry points: -*- | 28 # -*- Entry points: -*- |
26 [console_scripts] | 29 [console_scripts] |
27 makeitso = makeitso.makeitso:main | 30 makeitso = makeitso.makeitso:main |
28 """, | 31 """, |