@@ -31,9 +31,9 @@ def read(*rnames):
31
31
32
32
setup (
33
33
name = 'djangosaml2' ,
34
- version = '0.17.2 ' ,
34
+ version = '0.18.0 ' ,
35
35
description = 'pysaml2 integration for Django' ,
36
- long_description = ' \n \n ' . join ([ read ('README.rst' ), read ( 'CHANGES' )] ),
36
+ long_description = read ('README.rst' ),
37
37
classifiers = [
38
38
"Development Status :: 4 - Beta" ,
39
39
"Environment :: Web Environment" ,
@@ -42,16 +42,20 @@ def read(*rnames):
42
42
"Framework :: Django :: 1.9" ,
43
43
"Framework :: Django :: 1.10" ,
44
44
"Framework :: Django :: 1.11" ,
45
+ "Framework :: Django :: 2.0" ,
46
+ "Framework :: Django :: 2.1" ,
47
+ "Framework :: Django :: 2.2" ,
48
+ "Framework :: Django :: 3.0" ,
45
49
"Intended Audience :: Developers" ,
46
50
"License :: OSI Approved :: Apache Software License" ,
47
51
"Operating System :: OS Independent" ,
48
52
"Programming Language :: Python" ,
49
53
"Programming Language :: Python :: 2" ,
50
54
"Programming Language :: Python :: 2.7" ,
51
55
"Programming Language :: Python :: 3" ,
52
- "Programming Language :: Python :: 3.4" ,
53
56
"Programming Language :: Python :: 3.5" ,
54
57
"Programming Language :: Python :: 3.6" ,
58
+ "Programming Language :: Python :: 3.7" ,
55
59
"Topic :: Internet :: WWW/HTTP" ,
56
60
"Topic :: Internet :: WWW/HTTP :: WSGI" ,
57
61
"Topic :: Security" ,
@@ -62,7 +66,7 @@ def read(*rnames):
62
66
63
67
maintainer = "Jozef Knaperek" ,
64
68
url = "https://github.com/knaperek/djangosaml2" ,
65
- download_url = "https://pypi.python. org/pypi /djangosaml2" ,
69
+ download_url = "https://pypi.org/project /djangosaml2/ " ,
66
70
license = 'Apache 2.0' ,
67
71
packages = find_packages (exclude = ["tests" , "tests.*" ]),
68
72
include_package_data = True ,
0 commit comments