Skip to content

Commit b6b518b

Browse files
committed
Add Python2 classifier
1 parent a9c88a1 commit b6b518b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

setup.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -206,6 +206,7 @@ def initialize_options(self):
206206
data_files.extend(man_pages)
207207

208208
classifiers = [
209+
'Programming Language :: Python :: 2',
209210
'Programming Language :: Python :: 3',
210211
]
211212

0 commit comments

Comments
 (0)