comparison setup.py @ 22:9aa73d2d5aa8

contents README
author Jeff Hammel <jhammel@mozilla.com>
date Thu, 26 Dec 2013 18:37:42 -0800
parents 372a913c1051
children 0bf52646061b
comparison
equal deleted inserted replaced
21:74b8a8793414 22:9aa73d2d5aa8
18 zip_safe=False, 18 zip_safe=False,
19 install_requires=['Paste', 19 install_requires=['Paste',
20 'PasteScript', 20 'PasteScript',
21 'markup', # TO DEPRECATE 21 'markup', # TO DEPRECATE
22 'skimpygimpy', 22 'skimpygimpy',
23 'PyBrowserID',
23 ], 24 ],
24 dependency_links=[ 25 dependency_links=[
25 'http://svn.pythonpaste.org/Paste/trunk#egg=Paste', 26 'http://svn.pythonpaste.org/Paste/trunk#egg=Paste',
26 ], 27 ],
27 entry_points=""" 28 entry_points="""
28
29 """, 29 """,
30 ) 30 )