From ee2b69cef7dc89d275364f4809ee9e0318b59509 Mon Sep 17 00:00:00 2001 From: Helmut Grohne Date: Mon, 14 Feb 2022 18:28:45 +0100 Subject: switch from distutils to setuptools distutils will be removed from Python 3.12. --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 949f24c..698f8b1 100755 --- a/setup.py +++ b/setup.py @@ -1,6 +1,6 @@ #!/usr/bin/env python -from distutils.core import setup +from setuptools import setup setup(name="wsgitools", version="0.3.1", -- cgit v1.2.3