diff 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
line wrap: on
line diff
--- a/src/setup.py	Sun Nov 06 18:10:57 2011 +0100
+++ b/src/setup.py	Sun Nov 06 18:15:10 2011 +0100
@@ -6,6 +6,5 @@
     name='ltpdarepo',
     version=VERSION,
     entry_points={'console_scripts': ['run = ltpdarepo:main',
-                                      'admin = ltpdarepo.admin:main',
-                                      'dump = ltpdarepo.tests.dump:main']}
+                                      'admin = ltpdarepo.admin:main',]}
 )