From 870104dd233bae832c628fce15da0e99d26289cb Mon Sep 17 00:00:00 2001 From: Nicola Corna Date: Tue, 25 Aug 2020 18:32:12 +0200 Subject: Replace distutils with setuptools 'install_requires' and 'entry_points' are not available in distutils. --- python/setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'python') diff --git a/python/setup.py b/python/setup.py index cbba0ba6b..1c4324bde 100644 --- a/python/setup.py +++ b/python/setup.py @@ -1,6 +1,6 @@ #!/usr/bin/env python -from distutils.core import setup +from setuptools import setup import re -- cgit v1.2.3