comparison setup.py @ 44:6e08cca7d656

do API variable reading and stubbing a bit for control flow
author Jeff Hammel <jhammel@mozilla.com>
date Tue, 04 Jan 2011 18:07:18 -0800
parents 1549be7f0fcb
children 363f6625d036
comparison
equal deleted inserted replaced
43:554f916cef13 44:6e08cca7d656
17 packages=find_packages(exclude=['ez_setup', 'examples', 'tests']), 17 packages=find_packages(exclude=['ez_setup', 'examples', 'tests']),
18 include_package_data=True, 18 include_package_data=True,
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 'webob',
23 ], 24 ],
24 entry_points=""" 25 entry_points="""
25 # -*- Entry points: -*- 26 # -*- Entry points: -*-
26 [console_scripts] 27 [console_scripts]
27 makeitso = makeitso.makeitso:main 28 makeitso = makeitso.makeitso:main