Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit ee01c2e

Browse files
committed
Update setup classifiers to be only Python 3
1 parent 0e59cc9 commit ee01c2e

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

setup.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,12 +45,11 @@
4545
"Operating System :: Microsoft :: Windows",
4646
"Operating System :: MacOS :: MacOS X",
4747
"Programming Language :: Python",
48-
"Programming Language :: Python :: 2",
49-
"Programming Language :: Python :: 2.7",
5048
"Programming Language :: Python :: 3",
5149
"Programming Language :: Python :: 3.4",
5250
"Programming Language :: Python :: 3.5",
5351
"Programming Language :: Python :: 3.6",
52+
"Programming Language :: Python :: 3 :: Only",
5453
],
5554
long_description=long_description,
5655
long_description_content_type='text/markdown',

0 commit comments

Comments
 (0)