fedora-static-analysis / firehose

Interchange format for results for static analysis tools
63 stars 18 forks source link

Replace deprecated distutils with setuptools #44

Closed athos-ribeiro closed 1 year ago

athos-ribeiro commented 1 year ago

As described in [1], distutils is a deprecated module and will be removed in python 3.12. The simplest step forward is substituting it with setuptools.

[1] https://docs.python.org/3/library/distutils.html

davidmalcolm commented 1 year ago

Thanks!