comparison src/setup.py @ 173:e2a9b0c3d83e

Expose the database structure dump utility through the admin interface.
author Daniele Nicolodi <daniele@grinta.net>
date Sun, 06 Nov 2011 18:15:10 +0100
parents 85b2bc3c7e04
children a6f2c9eae217
comparison
equal deleted inserted replaced
172:c690b879ddee 173:e2a9b0c3d83e
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']}
11 ) 10 )