Added missing management.commands.legacy package to setup.py. Fixes #224.

This commit is contained in:
Bernardo Pires 2015-01-12 19:10:41 +01:00
parent a15f0dbd1d
commit 18b2be7027
1 changed files with 1 additions and 0 deletions

View File

@ -20,6 +20,7 @@ setup(
'tenant_schemas.postgresql_backend',
'tenant_schemas.management',
'tenant_schemas.management.commands',
'tenant_schemas.management.commands.legacy',
'tenant_schemas.templatetags',
'tenant_schemas.test',
'tenant_schemas.tests',