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 f48fd74 commit 8544128Copy full SHA for 8544128
setup.py
@@ -120,6 +120,10 @@ def libraries(self, value):
120
'Programming Language :: Python',
121
'Programming Language :: Python :: 2',
122
'Programming Language :: Python :: 2.7',
123
+ 'Programming Language :: Python :: 3',
124
+ 'Programming Language :: Python :: 3.5',
125
+ 'Programming Language :: Python :: 3.6',
126
+ 'Programming Language :: Python :: Implementation :: CPython',
127
'Topic :: Software Development :: Libraries',
128
'Topic :: System :: Networking',
129
],
0 commit comments