Commit bc4ff86d by Sebastian Annies

updated setup.py

parent 7602d41b
...@@ -6,8 +6,8 @@ except ImportError: ...@@ -6,8 +6,8 @@ except ImportError:
from distutils.core import setup from distutils.core import setup
setup( setup(
author='Brodie Rao', author='(Brodie Rao) Sebastian Annies',
author_email='brodie.rao@cpcc.edu', author_email='(brodie.rao@cpcc.edu) Sebastian.Annies@gmail.com',
classifiers=[ classifiers=[
'Development Status :: 5 - Production/Stable', 'Development Status :: 5 - Production/Stable',
'Environment :: Web Environment', 'Environment :: Web Environment',
...@@ -19,7 +19,6 @@ setup( ...@@ -19,7 +19,6 @@ setup(
'Topic :: Internet :: WWW/HTTP', 'Topic :: Internet :: WWW/HTTP',
], ],
description='CAS 1.0/2.0 authentication backend for Django', 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', keywords='django cas cas2 authentication middleware backend',
license='MIT', license='MIT',
long_description=""" long_description="""
...@@ -36,6 +35,6 @@ to the admin interface. ...@@ -36,6 +35,6 @@ to the admin interface.
""", """,
name='django_cas', name='django_cas',
packages=['django_cas'], packages=['django_cas'],
url='http://code.google.com/p/django-cas/', url='https://github.com/castlabs/django-cas',
version='2.0.3-KTH-2-EdC-1', version='2.1.0',
) )
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment