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 424ec6a commit 228b6abCopy full SHA for 228b6ab
setup.py
@@ -99,6 +99,12 @@ def __len__(self):
99
'Operating System :: POSIX',
100
'Operating System :: Unix',
101
'Programming Language :: Python',
102
+ 'Programming Language :: Python :: 2',
103
+ 'Programming Language :: Python :: 2.7',
104
+ 'Programming Language :: Python :: 3',
105
+ 'Programming Language :: Python :: 3.4',
106
+ 'Programming Language :: Python :: 3.5',
107
+ 'Programming Language :: Python :: 3.6',
108
'Programming Language :: C++',
109
'Programming Language :: Python :: Implementation :: CPython',
110
'Topic :: Scientific/Engineering',
0 commit comments