comparison setup.py @ 138:169e02e190ef

peg to tempita version and eliminate cruft
author Jeff Hammel <jhammel@mozilla.com>
date Tue, 21 Feb 2012 21:01:28 -0800
parents 4922bee3d080
children 18ef2d7c5b93
comparison
equal deleted inserted replaced
137:2ffadba77bb6 138:169e02e190ef
5 here = os.path.dirname(os.path.abspath(__file__)) 5 here = os.path.dirname(os.path.abspath(__file__))
6 description = file(os.path.join(here, 'README.txt')).read() 6 description = file(os.path.join(here, 'README.txt')).read()
7 except IOError: 7 except IOError:
8 description = '' 8 description = ''
9 9
10 version = '0.2.4' 10 version = '0.2.5'
11 11
12 setup(name='MakeItSo', 12 setup(name='MakeItSo',
13 version=version, 13 version=version,
14 description='filesystem template interpreter', 14 description='filesystem template interpreter',
15 long_description=description, 15 long_description=description,
22 packages=find_packages(exclude=['ez_setup', 'examples', 'tests']), 22 packages=find_packages(exclude=['ez_setup', 'examples', 'tests']),
23 include_package_data=True, 23 include_package_data=True,
24 zip_safe=False, 24 zip_safe=False,
25 install_requires=[ 25 install_requires=[
26 # -*- Extra requirements: -*- 26 # -*- Extra requirements: -*-
27 'tempita', 27 'tempita >= 0.5.1',
28 'webob', 28 'webob',
29 ], 29 ],
30 entry_points=""" 30 entry_points="""
31 # -*- Entry points: -*- 31 # -*- Entry points: -*-
32 [console_scripts] 32 [console_scripts]