Mercurial > hg > bitsyblog
comparison setup.py @ 102:bc08a00a7d93
make user creation work again, wip
author | Jeff Hammel <k0scist@gmail.com> |
---|---|
date | Sun, 23 Feb 2014 16:50:06 -0800 |
parents | 8d8f639d563f |
children | c5b9c9ba42eb |
comparison
equal
deleted
inserted
replaced
101:83ec14fca36c | 102:bc08a00a7d93 |
---|---|
43 ], | 43 ], |
44 entry_points=""" | 44 entry_points=""" |
45 # -*- Entry points: -*- | 45 # -*- Entry points: -*- |
46 [console_scripts] | 46 [console_scripts] |
47 blog = bitsyblog.blogme:main | 47 blog = bitsyblog.blogme:main |
48 create-bitsyblog = bitsyblog.cli:main | |
48 | 49 |
49 [paste.app_factory] | 50 [paste.app_factory] |
50 main = bitsyblog.factory:factory | 51 main = bitsyblog.factory:factory |
51 """, | 52 """, |
52 ) | 53 ) |