sunspec / pysunspec2

SunSpec Python library for interfacing with SunSpec devices.
Apache License 2.0
57 stars 21 forks source link

Migrate setup.py from distutils to setuptools #66

Open CoRfr opened 2 years ago

CoRfr commented 2 years ago

distutils is deprecated and will be removed in python 3.12 ( https://peps.python.org/pep-0632/ )

jmmgenerac commented 2 years ago

@bobfox would you be okay to merge this change?