Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Valentin Samir
django-cas-server
Commits
9fbfe19c
Commit
9fbfe19c
authored
Dec 12, 2015
by
Valentin Samir
Browse files
Add static files, templates and locales
parent
16b700d0
Changes
3
Hide whitespace changes
Inline
Side-by-side
MANIFEST.in
View file @
9fbfe19c
...
...
@@ -2,3 +2,6 @@ include tox.ini
include LICENSE
include README.rst
prune .tox
recursive-include cas_server/static *
recursive-include cas_server/templates *
recursive-include cas_server/locale *
Makefile
0 → 100644
View file @
9fbfe19c
.PHONY
:
clean build install dist
build
:
python setup.py build
install
:
python setup.py
install
clean
:
find ./
-name
'*.pyc'
-delete
find ./
-name
__pycache__
-delete
rm
-rf
build django_cas_server.egg-info dist
dist
:
python setup.py sdist
setup.py
View file @
9fbfe19c
...
...
@@ -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'
,
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment