Mercurial > hg > silvermirror
comparison setup.py @ 1:9b139702a8f9
use a real backend architecture with an inteface and vastly simplify unify.py
author | k0s <k0scist@gmail.com> |
---|---|
date | Sat, 26 Sep 2009 23:36:42 -0400 |
parents | abb358e2434c |
children | aeb8ddd4a36f |
comparison
equal
deleted
inserted
replaced
0:abb358e2434c | 1:9b139702a8f9 |
---|---|
25 'https://svn.openplans.org/svn/standalone/martINI#egg=martINI', | 25 'https://svn.openplans.org/svn/standalone/martINI#egg=martINI', |
26 ], | 26 ], |
27 entry_points=""" | 27 entry_points=""" |
28 # -*- Entry points: -*- | 28 # -*- Entry points: -*- |
29 [console_scripts] | 29 [console_scripts] |
30 silvermirror = silvermirror.unify:unify | 30 silvermirror = silvermirror.unify:main |
31 | |
32 [silvermirror.reflectors] | |
33 unison = silvermirror.unison:unison | |
31 """, | 34 """, |
32 ) | 35 ) |