Mercurial > hg > ltpdarepo
view src/setup.py @ 148:f594c49a3da4
Make schema dump predictable ordering tables and columns by name.
author | Daniele Nicolodi <nicoldi@science.unitn.it> |
---|---|
date | Fri, 21 Oct 2011 19:04:34 +0200 |
parents | 85b2bc3c7e04 |
children | e2a9b0c3d83e |
line wrap: on
line source
from setuptools import setup VERSION = '0.4dev' setup( name='ltpdarepo', version=VERSION, entry_points={'console_scripts': ['run = ltpdarepo:main', 'admin = ltpdarepo.admin:main', 'dump = ltpdarepo.tests.dump:main']} )