Skip to content

Commit e8d3631

Browse files
Add python 2 and python 3.4 in classifiers
1 parent 7613027 commit e8d3631

1 file changed

Lines changed: 8 additions & 1 deletion

File tree

setup.py

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,14 @@
2929
"Operating System :: POSIX :: Linux",
3030
"Operating System :: MacOS :: MacOS X",
3131
"Operating System :: Microsoft :: Windows",
32-
"Programming Language :: Python :: 3 :: Only",
32+
'Programming Language :: Python :: 2',
33+
'Programming Language :: Python :: 2.7',
34+
'Programming Language :: Python :: 3',
35+
'Programming Language :: Python :: 3.4',
36+
'Programming Language :: Python :: 3.5',
37+
'Programming Language :: Python :: 3.6',
38+
'Programming Language :: Python :: 3.7',
39+
'Programming Language :: Python :: 3.8',
3340
"Programming Language :: Python :: Implementation :: CPython",
3441
"Programming Language :: Python :: Implementation :: PyPy",
3542
],

0 commit comments

Comments
 (0)