We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fec784e commit 0c7ba06Copy full SHA for 0c7ba06
setup.py
@@ -17,14 +17,16 @@
17
zip_safe=False,
18
classifiers = [
19
'Environment :: Web Environment',
20
+ 'Development Status :: 5 - Production/Stable',
21
'Framework :: Django',
22
'License :: OSI Approved :: BSD License',
23
'Operating System :: OS Independent',
24
+ 'Programming Language :: Python :: 3 :: Only',
25
'Programming Language :: Python',
26
'Programming Language :: Python :: 3.4',
27
'Programming Language :: Python :: 3.5',
28
'Programming Language :: Python :: 3.6',
- # 'Programming Language :: Python :: Implementation :: PyPy',
29
+ 'Programming Language :: Python :: Implementation :: PyPy',
30
],
31
requires = [
32
'Django (>=2.0)',
0 commit comments