Skip to content

Commit 0c7ba06

Browse files
committed
Update classifiers
1 parent fec784e commit 0c7ba06

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

setup.py

+3-1
Original file line numberDiff line numberDiff line change
@@ -17,14 +17,16 @@
1717
zip_safe=False,
1818
classifiers = [
1919
'Environment :: Web Environment',
20+
'Development Status :: 5 - Production/Stable',
2021
'Framework :: Django',
2122
'License :: OSI Approved :: BSD License',
2223
'Operating System :: OS Independent',
24+
'Programming Language :: Python :: 3 :: Only',
2325
'Programming Language :: Python',
2426
'Programming Language :: Python :: 3.4',
2527
'Programming Language :: Python :: 3.5',
2628
'Programming Language :: Python :: 3.6',
27-
# 'Programming Language :: Python :: Implementation :: PyPy',
29+
'Programming Language :: Python :: Implementation :: PyPy',
2830
],
2931
requires = [
3032
'Django (>=2.0)',

0 commit comments

Comments
 (0)