From 743e8ac82860949394a9d4500605e00d5cebaec5 Mon Sep 17 00:00:00 2001 From: Maxim Devaev Date: Sat, 18 Dec 2021 18:09:42 +0300 Subject: [PATCH] using setuptools --- python/setup.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/python/setup.py b/python/setup.py index b21d787..e074a22 100644 --- a/python/setup.py +++ b/python/setup.py @@ -1,7 +1,7 @@ import os -from distutils.core import Extension -from distutils.core import setup +from setuptools import Extension +from setuptools import setup # =====