comparison src/setup.py @ 147:85b2bc3c7e04

Add database schema dump utility.
author Daniele Nicolodi <daniele@grinta.net>
date Fri, 21 Oct 2011 14:47:30 +0200
parents 347b29cb9332
children e2a9b0c3d83e
comparison
equal deleted inserted replaced
146:7c5bd2a8bb3f 147:85b2bc3c7e04
4 4
5 setup( 5 setup(
6 name='ltpdarepo', 6 name='ltpdarepo',
7 version=VERSION, 7 version=VERSION,
8 entry_points={'console_scripts': ['run = ltpdarepo:main', 8 entry_points={'console_scripts': ['run = ltpdarepo:main',
9 'admin = ltpdarepo.admin:main']} 9 'admin = ltpdarepo.admin:main',
10 'dump = ltpdarepo.tests.dump:main']}
10 ) 11 )