summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHelmut Grohne <helmut@subdivi.de>2022-02-14 18:28:45 +0100
committerHelmut Grohne <helmut@subdivi.de>2022-02-14 18:28:45 +0100
commitee2b69cef7dc89d275364f4809ee9e0318b59509 (patch)
tree9f61ccdcd0b972ae1608f919dc77ac59eb30d1d2
parentbe6834fe527823a64269c5ab1107af4c97882a44 (diff)
downloadwsgitools-ee2b69cef7dc89d275364f4809ee9e0318b59509.tar.gz
switch from distutils to setuptools
distutils will be removed from Python 3.12.
-rwxr-xr-xsetup.py2
1 files changed, 1 insertions, 1 deletions
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",