patman: Switch to setuptools

distutils is about to meet its demise [1]. Switch to setuptools.

[1] https://peps.python.org/pep-0632/

Signed-off-by: Sean Anderson <seanga2@gmail.com>
Reviewed-by: Simon Glass <sjg@chromium.org>
This commit is contained in:
Sean Anderson 2022-11-27 16:55:02 -05:00 committed by Simon Glass
parent a95410696d
commit e0ddd895f6

View File

@ -1,6 +1,6 @@
# SPDX-License-Identifier: GPL-2.0+
from distutils.core import setup
from setuptools import setup
setup(name='patman',
version='1.0',
license='GPL-2.0+',