From 8d765b9346f7fa5964216f3d247224b7f9500d62 Mon Sep 17 00:00:00 2001 From: tony mancill Date: Mon, 11 Mar 2024 10:46:19 +0100 Subject: [PATCH] Switch from distutils to setuptools https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1065919 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 63e6053..75ed1c4 100755 --- a/setup.py +++ b/setup.py @@ -1,6 +1,6 @@ #!/usr/bin/env python import os -from distutils.core import setup +from setuptools import setup kw = {}