Add static files, templates and locales

This commit is contained in:
Valentin Samir
2015-12-12 14:28:19 +01:00
parent 16b700d012
commit 9fbfe19c55
3 changed files with 18 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.3',
version='0.3.4',
packages=['cas_server', 'cas_server.migrations', 'cas_server.management', 'cas_server.management.commands'],
include_package_data=True,
license='GPLv3',