We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4346d46 commit 4fa8021Copy full SHA for 4fa8021
setup.py
@@ -38,7 +38,7 @@
38
test_suite="tests",
39
license=geoip2.__license__,
40
classifiers=(
41
- 'Development Status :: 3 - Alpha',
+ 'Development Status :: 5 - Production/Stable',
42
'Environment :: Web Environment',
43
'Intended Audience :: Developers',
44
'Intended Audience :: System Administrators',
@@ -47,6 +47,7 @@
47
'Programming Language :: Python :: 2.7',
48
'Programming Language :: Python :: 3',
49
'Programming Language :: Python :: 3.3',
50
+ 'Programming Language :: Python :: 3.4',
51
'Programming Language :: Python',
52
'Topic :: Internet :: Proxy Servers',
53
'Topic :: Internet',
0 commit comments