Mercurial > hg > ltpdarepo
view src/setup.py @ 99:f6baba33612e
Explicitly list generated scripts in buildout. Drop wsgi buildout section.
author | Daniele Nicolodi <daniele@grinta.net> |
---|---|
date | Sun, 21 Aug 2011 19:03:00 +0200 |
parents | cd44da6ece8d |
children | 3024c77310d1 |
line wrap: on
line source
from setuptools import setup setup( name='ltpdarepo', version='0.2dev', entry_points={'console_scripts': [ 'run = ltpdarepo:main', 'admin = ltpdarepo.admin:main', 'test = ltpdarepo.tests:main']} )