We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bdbaaea commit 0c83affCopy full SHA for 0c83aff
1 file changed
setup.py
@@ -1,8 +1,7 @@
1
import os
2
import io
3
import re
4
-from distutils.core import setup
5
-import setuptools
+from setuptools import setup
6
7
8
# https://packaging.python.org/guides/single-sourcing-package-version/
@@ -53,5 +52,4 @@ def find_version(*file_paths):
53
52
install_requires=['psutil'],
54
classifiers=[_f for _f in CLASSIFIERS.split('\n') if _f],
55
license='BSD'
56
-
57
)
0 commit comments