Skip to content

Commit 8544128

Browse files
committed
Add Python 3 and CPython classifiers
1 parent f48fd74 commit 8544128

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

setup.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -120,6 +120,10 @@ def libraries(self, value):
120120
'Programming Language :: Python',
121121
'Programming Language :: Python :: 2',
122122
'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',
123127
'Topic :: Software Development :: Libraries',
124128
'Topic :: System :: Networking',
125129
],

0 commit comments

Comments
 (0)