Skip to content

Commit 2345ad1

Browse files
committed
clean up setup.py
1 parent 5690c32 commit 2345ad1

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

setup.py

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,6 @@
11
from pathlib import Path
2-
import sysconfig
3-
from setuptools import setup, find_packages
2+
from setuptools import setup, find_packages, Distribution
43
from sysconfig import get_platform
5-
6-
import setuptools
74
from version import SDK_VERSION
85
import platform
96
import os
@@ -22,7 +19,7 @@ def finalize_options(self):
2219
except ImportError:
2320
bdist_wheel = None
2421

25-
class BinaryDistribution (setuptools.Distribution):
22+
class BinaryDistribution(Distribution):
2623
def has_ext_modules(self):
2724
return True
2825

0 commit comments

Comments
 (0)