Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
D
django-cas
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
OpenEdx
django-cas
Commits
bc4ff86d
Commit
bc4ff86d
authored
Oct 12, 2011
by
Sebastian Annies
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
updated setup.py
parent
7602d41b
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
5 deletions
+4
-5
setup.py
+4
-5
No files found.
setup.py
View file @
bc4ff86d
...
...
@@ -6,8 +6,8 @@ except ImportError:
from
distutils.core
import
setup
setup
(
author
=
'
Brodie Rao
'
,
author_email
=
'
brodie.rao@cpcc.edu
'
,
author
=
'
(Brodie Rao) Sebastian Annies
'
,
author_email
=
'
(brodie.rao@cpcc.edu) Sebastian.Annies@gmail.com
'
,
classifiers
=
[
'Development Status :: 5 - Production/Stable'
,
'Environment :: Web Environment'
,
...
...
@@ -19,7 +19,6 @@ setup(
'Topic :: Internet :: WWW/HTTP'
,
],
description
=
'CAS 1.0/2.0 authentication backend for Django'
,
download_url
=
'http://code.google.com/r/edmundcrewe-proxypatch/source'
,
keywords
=
'django cas cas2 authentication middleware backend'
,
license
=
'MIT'
,
long_description
=
"""
...
...
@@ -36,6 +35,6 @@ to the admin interface.
"""
,
name
=
'django_cas'
,
packages
=
[
'django_cas'
],
url
=
'http
://code.google.com/p/django-cas/
'
,
version
=
'2.
0.3-KTH-2-EdC-1
'
,
url
=
'http
s://github.com/castlabs/django-cas
'
,
version
=
'2.
1.0
'
,
)
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