@@ -7,12 +7,15 @@ def readme():
7
7
return f .read ()
8
8
9
9
10
+ version = '1.1.0'
11
+
12
+
10
13
setup (
11
14
name = 'django-recaptcha2' ,
12
15
packages = find_packages (exclude = ['samples' ]),
13
16
# package_data={'': ['']},
14
17
include_package_data = True ,
15
- version = '1.0.3' ,
18
+ version = version ,
16
19
install_requires = [
17
20
'requests'
18
21
],
@@ -28,15 +31,15 @@ def readme():
28
31
author = 'Andrea Briganti' ,
29
32
author_email = 'kbytesys@gmail.com' ,
30
33
url = 'https://github.com/kbytesys/django-recaptcha2' ,
31
- download_url = 'https://github.com/kbytesys/django-recaptcha2/tarball/v1.0.3' ,
34
+ download_url = 'https://github.com/kbytesys/django-recaptcha2/tarball/v%s' % version ,
32
35
keywords = ['django' , 'recaptcha' , 'recaptcha2' ],
33
36
license = 'GNU LGPL v2' ,
34
37
classifiers = [
35
38
'Development Status :: 5 - Production/Stable' ,
36
39
'Environment :: Web Environment' ,
37
40
'Intended Audience :: Developers' ,
38
41
'License :: OSI Approved :: GNU Lesser General Public License v2 (LGPLv2)' ,
39
- 'Natural Language :: Italian ' ,
42
+ 'Natural Language :: English ' ,
40
43
'Programming Language :: Python' ,
41
44
'Programming Language :: Python :: 3' ,
42
45
'Framework :: Django' ,
0 commit comments