We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fb93027 commit cec3f2dCopy full SHA for cec3f2d
setup.py
@@ -5,7 +5,7 @@
5
README = open(os.path.join(here, 'README.md')).read()
6
7
8
-version = '0.1.4'
+version = '1.0.0'
9
10
install_requires = [
11
'django-auth-ldap',
@@ -21,9 +21,13 @@
21
'Framework :: Django',
22
'Intended Audience :: Developers',
23
'License :: OSI Approved :: MIT License',
24
+ 'Framework :: Django',
25
'Programming Language :: Python',
- 'Programming Language :: Python :: 2.6',
26
'Programming Language :: Python :: 2.7',
27
+ 'Programming Language :: Python :: 3.4',
28
+ 'Programming Language :: Python :: 3.5',
29
+ 'Programming Language :: Python :: 3.6',
30
+ 'Programming Language :: Python :: 3.7',
31
'Topic :: Internet :: WWW/HTTP',
32
],
33
keywords='',
0 commit comments