add migrations to package_data

This commit is contained in:
Valentin Samir 2015-12-12 14:05:37 +01:00
parent d0f6ed9ea3
commit eef9490885
1 changed files with 2 additions and 1 deletions

View File

@ -9,7 +9,7 @@ os.chdir(os.path.normpath(os.path.join(os.path.abspath(__file__), os.pardir)))
setup(
name='django-cas-server',
version='0.3.1',
version='0.3.2',
packages=['cas_server'],
include_package_data=True,
license='GPLv3',
@ -34,6 +34,7 @@ setup(
'templates/cas_server/*',
'static/cas_server/*',
'locale/*/LC_MESSAGES/*',
'migrations/*.py',
]
},
keywords=['django', 'cas', 'cas3', 'server', 'sso', 'single sign-on', 'authentication', 'auth'],