Mercurial > hg > ltpdarepo
view src/setup.py @ 106:0d259fd52ca0
Implement validation of advanced query parameters.
While at it also rework the query infrastructure, I'm almost happy
with it now. Named queries are broken by this change and will be fixed
soon. Add dependency to `dateutil` package used for datetimes parsing.
author | Daniele Nicolodi <daniele@grinta.net> |
---|---|
date | Tue, 23 Aug 2011 14:38:17 +0200 |
parents | 3024c77310d1 |
children | 442dac399008 |
line wrap: on
line source
from setuptools import setup VERSION = '0.2dev' setup( name='ltpdarepo', version=VERSION, entry_points={'console_scripts': ['run = ltpdarepo:main', 'admin = ltpdarepo.admin:main']} )