Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
django-cas-server
Project overview
Project overview
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Valentin Samir
django-cas-server
Commits
16b700d0
Commit
16b700d0
authored
Dec 12, 2015
by
Valentin Samir
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Include management commands
parent
eef94908
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
3 deletions
+2
-3
setup.py
setup.py
+2
-3
No files found.
setup.py
View file @
16b700d0
...
...
@@ -9,8 +9,8 @@ os.chdir(os.path.normpath(os.path.join(os.path.abspath(__file__), os.pardir)))
setup
(
name
=
'django-cas-server'
,
version
=
'0.3.
2
'
,
packages
=
[
'cas_server'
],
version
=
'0.3.
3
'
,
packages
=
[
'cas_server'
,
'cas_server.migrations'
,
'cas_server.management'
,
'cas_server.management.commands'
],
include_package_data
=
True
,
license
=
'GPLv3'
,
description
=
'A Django app implementing the CAS Protocol 3.0 Specification'
,
...
...
@@ -34,7 +34,6 @@ setup(
'templates/cas_server/*'
,
'static/cas_server/*'
,
'locale/*/LC_MESSAGES/*'
,
'migrations/*.py'
,
]
},
keywords
=
[
'django'
,
'cas'
,
'cas3'
,
'server'
,
'sso'
,
'single sign-on'
,
'authentication'
,
'auth'
],
...
...
Write
Preview
Markdown
is supported
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