dtoc: Switch to setuptools

With the distutils module having been removed with Python 3.12, switch
to using setuptools instead.

Signed-off-by: Tom Rini <trini@konsulko.com>
This commit is contained in:
Tom Rini
2025-02-12 16:23:46 -06:00
parent ea9131d904
commit 2fc363c700

View File

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