Skip to content

Commit 0c83aff

Browse files
committed
Cleanup
1 parent bdbaaea commit 0c83aff

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

setup.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
11
import os
22
import io
33
import re
4-
from distutils.core import setup
5-
import setuptools
4+
from setuptools import setup
65

76

87
# https://packaging.python.org/guides/single-sourcing-package-version/
@@ -53,5 +52,4 @@ def find_version(*file_paths):
5352
install_requires=['psutil'],
5453
classifiers=[_f for _f in CLASSIFIERS.split('\n') if _f],
5554
license='BSD'
56-
5755
)

0 commit comments

Comments
 (0)