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 d277a0f commit 24fb178Copy full SHA for 24fb178
setup.py
@@ -91,7 +91,15 @@ def build_extension(self, ext):
91
'Intended Audience :: Developers',
92
'Operating System :: OS Independent',
93
'Programming Language :: Python',
94
- 'Topic :: Software Development :: Libraries :: Python Modules',
+ 'Programming Language :: Python :: 2.7',
95
+ 'Programming Language :: Python :: 3',
96
+ 'Programming Language :: Python :: 3.2',
97
+ 'Programming Language :: Python :: 3.3',
98
+ 'Programming Language :: Python :: 3.4',
99
+ 'Programming Language :: Python :: 3.5',
100
+ 'Programming Language :: Python :: 3.6',
101
+ 'Programming Language :: Python :: Implementation :: CPython',
102
+ 'Programming Language :: Python :: Implementation :: PyPy'
103
],
104
)
105
0 commit comments