comparison setup.py @ 26:f8ff95180d04

correct dependencies
author Jeff Hammel <jhammel@mozilla.com>
date Wed, 29 Feb 2012 16:43:46 -0800
parents 15c7171941ea
children 8fa30276b3e0
comparison
equal deleted inserted replaced
25:511210365ce3 26:f8ff95180d04
13 long_description=description, 13 long_description=description,
14 classifiers=[], # Get strings from http://www.python.org/pypi?%3Aaction=list_classifiers 14 classifiers=[], # Get strings from http://www.python.org/pypi?%3Aaction=list_classifiers
15 author='Jeff Hammel', 15 author='Jeff Hammel',
16 author_email='jhammel@mozilla.com', 16 author_email='jhammel@mozilla.com',
17 url='http://k0s.org/mozilla/hg/simpypi', 17 url='http://k0s.org/mozilla/hg/simpypi',
18 license="", 18 license="MPL",
19 packages=find_packages(exclude=['ez_setup', 'examples', 'tests']), 19 packages=find_packages(exclude=['ez_setup', 'examples', 'tests']),
20 include_package_data=True, 20 include_package_data=True,
21 zip_safe=False, 21 zip_safe=False,
22 install_requires=[ 22 install_requires=[
23 # -*- Extra requirements: -*- 23 # -*- Extra requirements: -*-
24 'WebOb', 24 'WebOb',
25 'Paste', 25 'FileServer'
26 'PasteScript',
27 'genshi',
28 'tempita'
29 ], 26 ],
30 entry_points=""" 27 entry_points="""
31 # -*- Entry points: -*- 28 # -*- Entry points: -*-
32 """, 29 """,
33 ) 30 )