We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 24905cc commit a440bafCopy full SHA for a440baf
setup.py
@@ -75,6 +75,7 @@ def get_long_description():
75
'Development Status :: 5 - Production/Stable',
76
'Environment :: Web Environment',
77
'Intended Audience :: Developers',
78
+ 'Intended Audience :: Information Technology',
79
'License :: OSI Approved :: BSD License',
80
'Operating System :: OS Independent',
81
'Programming Language :: Python',
@@ -84,6 +85,7 @@ def get_long_description():
84
85
'Programming Language :: Python :: 3.3',
86
'Programming Language :: Python :: 3.4',
87
'Programming Language :: Python :: 3.5',
88
+ 'Programming Language :: Python :: Implementation :: CPython',
89
'Programming Language :: Python :: Implementation :: PyPy',
90
'Topic :: Software Development :: Libraries :: Python Modules',
91
'Topic :: Internet',
0 commit comments