Skip to content

Commit

Permalink
[analyzer] Switch to using setuptools (NASA-SW-VnV#193).
Browse files Browse the repository at this point in the history
Distutils is deprecated (https://peps.python.org/pep-0632/).

This commit replaces the import of distutils with an import of setuptools,
which is one of the recommended replacements.
  • Loading branch information
ivanperez-keera committed Nov 4, 2023
1 parent da4a4bf commit 8b606b6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion analyzer/python/setup.py.in
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
# UNILATERAL TERMINATION OF THIS AGREEMENT.
#
################################################################################
from distutils.core import setup
from setuptools import setup

setup(name='ikos',
version='@PACKAGE_VERSION@',
Expand Down

0 comments on commit 8b606b6

Please sign in to comment.