add migrations to package_data
This commit is contained in:
parent
d0f6ed9ea3
commit
eef9490885
1 changed files with 2 additions and 1 deletions
3
setup.py
3
setup.py
|
@ -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'],
|
||||
|
|
Loading…
Reference in a new issue