diff --git a/setup.py b/setup.py index 04e116c..2e4222c 100644 --- a/setup.py +++ b/setup.py @@ -55,7 +55,7 @@ class QuickSetup(MyCommand): os.system(cmd) sys.stdout.write('Enable modules...\n') - modules = ['dav_auth', 'dav_events'] + modules = ['dav_auth', 'dav_events', 'dav_registration'] for m in modules: cmd = '{bin} {mgmt} enable_module {module}'.format(bin=python_bin, mgmt=mgmt_script,