提交 1be3fe3b authored 作者: Brandon T. Willard's avatar Brandon T. Willard

Apply isort to setup.py

上级 f641f32d
...@@ -5,10 +5,11 @@ ...@@ -5,10 +5,11 @@
# * Add download_url # * Add download_url
import os
import codecs import codecs
from fnmatch import fnmatchcase import os
from distutils.util import convert_path from distutils.util import convert_path
from fnmatch import fnmatchcase
try: try:
from setuptools import setup from setuptools import setup
...@@ -17,6 +18,7 @@ except ImportError: ...@@ -17,6 +18,7 @@ except ImportError:
import versioneer import versioneer
CLASSIFIERS = """\ CLASSIFIERS = """\
Development Status :: 6 - Mature Development Status :: 6 - Mature
Intended Audience :: Education Intended Audience :: Education
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论