Skip to content

Commit d3ee328

Browse files
committed
Remove usused import from setup.py
1 parent 14c0162 commit d3ee328

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@
77

88
from __future__ import absolute_import
99

10-
import platform
1110
from os import listdir
1211
from os.path import isfile, join
1312
import re
@@ -67,6 +66,7 @@
6766
"Programming Language :: Python :: 3.5",
6867
"Programming Language :: Python :: 3.6",
6968
"Programming Language :: Python :: 3.7",
69+
"Programming Language :: Python :: 3.8",
7070
"Programming Language :: Python :: Implementation :: CPython",
7171
"Programming Language :: Python :: Implementation :: PyPy",
7272
"License :: OSI Approved :: GNU Lesser General Public License v3 (LGPLv3)",

0 commit comments

Comments
 (0)