commit ec9412d27d5fa8f377848a59c768b12c243cb80d Author: Simon Raffeiner Date: Wed Dec 28 16:24:48 2022 +0100 Port apps/setup.py from Python distutils to setuptools diff --git a/apps/setup.py.in b/apps/setup.py.in index d2cba967..4b5ba5cf 100644 --- a/apps/setup.py.in +++ b/apps/setup.py.in @@ -3,7 +3,7 @@ """This setup script installs the “lensfun” package.""" -from distutils.core import setup +from setuptools import setup setup(name="lensfun",