carlos-jenkins / plantweb

Plantweb is a Python client for the PlantUML server -
https://plantweb.readthedocs.io/
Apache License 2.0
27 stars 15 forks source link

Removed dependency on distutils #26

Open assuncaomarcos opened 1 year ago

assuncaomarcos commented 1 year ago

These changes removed the dependencies on the distutils packages as it will be removed in Python 3.12.

I've replaced: distutils.spawn.find_executable by shutil.which and distutils.dir_util.mkpath by os.makedirs

It addresses issue #25