Fix standard urls. Test for Django up to 5.0.
[django-cas-provider.git] / setup.py
index 40effde..b5c3ae0 100644 (file)
--- a/setup.py
+++ b/setup.py
@@ -6,7 +6,7 @@ def read(fname):
 
 setup(
     name='django-cas-provider',
 
 setup(
     name='django-cas-provider',
-    version='0.3.2',
+    version='24.6',
     description='A "provider" for the Central Authentication Service (http://jasig.org/cas)',
     author='(Chris Williams), Sebastian Annies',
     author_email='(chris@nitron.org), sebastian.annies@googlemail.com',
     description='A "provider" for the Central Authentication Service (http://jasig.org/cas)',
     author='(Chris Williams), Sebastian Annies',
     author_email='(chris@nitron.org), sebastian.annies@googlemail.com',
@@ -17,7 +17,7 @@ setup(
     long_description=read('README.rst'),
     zip_safe=False,
     install_requires=[
     long_description=read('README.rst'),
     zip_safe=False,
     install_requires=[
-        'Django>=1.5,<1.8',
+        'Django>=2.0,<5.1',
         'lxml',
         ],
     classifiers = [
         'lxml',
         ],
     classifiers = [