From: Fredrik Tolf Date: Tue, 27 Jun 2023 14:32:00 +0000 (+0200) Subject: Use setuptools instead of distutils for setup.py. X-Git-Url: http://www.dolda2000.com/gitweb/?p=automanga.git;a=commitdiff_plain;h=6a0782df580dcd979ff2e65560e5b0d66557b241 Use setuptools instead of distutils for setup.py. --- diff --git a/setup.py b/setup.py index 65463f5..892a35d 100755 --- a/setup.py +++ b/setup.py @@ -1,6 +1,6 @@ #!/usr/bin/python3 -from distutils.core import setup +from setuptools import setup setup(name = "automanga", version = "1",