Mercurial > hg > ltpdarepo
view src/setup.py @ 209:0c2936ea34bf
Document the unprivileged user possibility in the README.
author | Daniele Nicolodi <daniele@grinta.net> |
---|---|
date | Thu, 17 Nov 2011 11:47:28 +0100 |
parents | 8d21600963d7 |
children | ca6999a5b402 |
line wrap: on
line source
from setuptools import setup VERSION = '0.5dev' setup( name='ltpdarepo', version=VERSION, entry_points={'console_scripts': ['run = ltpdarepo:main', 'admin = ltpdarepo.admin:main',]} )