comparison setup.py @ 31:6af220013aa1

example/persona.py setup.py
author Jeff Hammel <jhammel@mozilla.com>
date Fri, 27 Dec 2013 12:13:18 -0800
parents 0bf52646061b
children
comparison
equal deleted inserted replaced
30:0bf52646061b 31:6af220013aa1
21 'markup', # TO DEPRECATE 21 'markup', # TO DEPRECATE
22 'skimpygimpy', 22 'skimpygimpy',
23 'PyBrowserID', 23 'PyBrowserID',
24 'WebOb', 24 'WebOb',
25 ], 25 ],
26 dependency_links=[ 26 dependency_links=[],
27 'http://svn.pythonpaste.org/Paste/trunk#egg=Paste',
28 ],
29 entry_points=""" 27 entry_points="""
30 """, 28 """,
31 ) 29 )