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

Remove dependency on distutils #25

Open assuncaomarcos opened 1 year ago

assuncaomarcos commented 1 year ago

The dependency on distutils should be removed as it will be deprecated in Python 3.12. Current warning when using render and defaults:

DeprecationWarning: The distutils package is deprecated and slated for removal in Python 3.12. Use setuptools or check PEP 632 for potential alternatives