]> scripts.mit.edu Git - wizard.git/blobdiff - plugins/scripts/setup.py
Schlep around database handling functions to wizard.sql, add wizard.sql.drop hook.
[wizard.git] / plugins / scripts / setup.py
index c080176d4dbaefa8df19574770c6658476e53dbb..51f2fb6b62159df9f8b7e03869f43e937c9b6e2d 100644 (file)
@@ -16,6 +16,7 @@ setuptools.setup(
         'wizard.user.passwd': 'scripts = wizard_scripts:user_passwd',
         'wizard.deploy.web': 'scripts = wizard_scripts:deploy_web',
         'wizard.sql.auth': 'scripts = wizard_scripts:sql_auth',
+        'wizard.sql.drop': 'scripts = wizard_scripts:sql_drop',
         'wizard.install.strategy': ['email = wizard_scripts:EmailStrategy',
                                     'mysql = wizard_scripts:MysqlStrategy',
                                    ],