Home GnuPG

build: Drop distutils from setup.py

Description

build: Drop distutils from setup.py

* setup.py.in: Drop fallback code for distutils in case setuptools is
not available

We are now using the pyproject.toml file to statically declare our build
time dependencies. This ensures that a compatible version of setuptools
should be available by the time the setup.py file is executed. For that
reason we do not need the fallback code any longer.

Also order imports according to PEP-8 and drop unused "glob" import.

  • Signed-off-by: Lucas Hoffmann <lucc@posteo.de>

Details

Provenance
Lucas Hoffmann <lucc@posteo.de>Authored on Sun, Mar 23, 11:49 PM
ikloeckerCommitted on Fri, Mar 28, 11:40 AM
Parents
rGPGMEPYf2b18e55ce92: build: Specify minimum required python version
Branches
Unknown
Tags
Unknown