Mercurial > hg > ltpdarepo
view src/setup.py @ 125:ab38e8a0eb8d
Minor tweaks to the admin command line interface.
author | Daniele Nicolodi <daniele@grinta.net> |
---|---|
date | Fri, 14 Oct 2011 10:34:33 +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']} )