comparison setup.py @ 17:f8edfc9c28ba

a really hacky way to disable...for temporary sanity and long term backing down from insanity
author Jeff Hammel <jhammel@mozilla.com>
date Tue, 18 Jun 2013 15:58:35 -0700
parents 76eac0c9953a
children 5c5edfb827b7
comparison
equal deleted inserted replaced
16:76eac0c9953a 17:f8edfc9c28ba
18 zip_safe=False, 18 zip_safe=False,
19 install_requires=[ 19 install_requires=[
20 'martINI', 20 'martINI',
21 'netifaces', 21 'netifaces',
22 'pexpect', 22 'pexpect',
23 'lxml',
24 ], 23 ],
25 entry_points=""" 24 entry_points="""
26 # -*- Entry points: -*- 25 # -*- Entry points: -*-
27 [console_scripts] 26 [console_scripts]
28 silvermirror = silvermirror.unify:main 27 silvermirror = silvermirror.unify:main