Mercurial > hg > ltpdarepo
view src/setup.py @ 136:66b8360a41c9
Fold activity blueprint into browse blueprint.
author | Daniele Nicolodi <daniele@grinta.net> |
---|---|
date | Fri, 14 Oct 2011 22:02:58 +0200 |
parents | 10119a324d4d |
children | e55537dfbe2b |
line wrap: on
line source
from setuptools import setup VERSION = '0.3dev' setup( name='ltpdarepo', version=VERSION, entry_points={'console_scripts': ['run = ltpdarepo:main', 'admin = ltpdarepo.admin:main']} )