Mercurial > hg > ltpdarepo
view src/setup.py @ 83:da7cab4398c3
MySQL limits usernames to 16 characters.
Reflect this limitation in the form validation code.
author | Daniele Nicolodi <daniele@grinta.net> |
---|---|
date | Sun, 21 Aug 2011 16:10:23 +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']} )