summaryrefslogtreecommitdiff
path: root/tools/binman/setup.py
diff options
context:
space:
mode:
authorTom Rini <[email protected]>2025-02-21 08:24:49 -0600
committerTom Rini <[email protected]>2025-02-21 11:36:37 -0600
commit8c6cf8aeea7e57ca686de8b765e4baf3a7ef1fa7 (patch)
treed298981af4a3bfde1bf5f88a03be0c833be29662 /tools/binman/setup.py
parent13654f5426d3f9ebc7d1211528c86dd18b91f473 (diff)
parentb902386072f78dab4d94b34abfb03b8fb54af852 (diff)
Merge branch 'fix-issues-and-update-pylint-version' into next
This merges a set of patches from myself and Simon Glass to resolve various problems that the current version of pylint will report with our codebase. After the problems are fixed, we update to the now current version which is 3.3.4.
Diffstat (limited to 'tools/binman/setup.py')
-rw-r--r--tools/binman/setup.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/binman/setup.py b/tools/binman/setup.py
index 9a9206eb044..bec078a3d9b 100644
--- a/tools/binman/setup.py
+++ b/tools/binman/setup.py
@@ -1,6 +1,6 @@
# SPDX-License-Identifier: GPL-2.0+
-from distutils.core import setup
+from setuptools import setup
setup(name='binman',
version='1.0',
license='GPL-2.0+',