Mercurial > hg > ltpdarepo
view src/setup.py @ 86:5c567edc0e6c
Set TESTING=True in tests and development server.
Avoid that the mailer utility tries to send emails during testing.
author | Daniele Nicolodi <daniele@grinta.net> |
---|---|
date | Sun, 21 Aug 2011 18:17:12 +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']} )