ldo / dbussy

Python binding for D-Bus using asyncio
91 stars 22 forks source link

Move away from distutils #52

Closed rossburton closed 2 years ago

rossburton commented 2 years ago

As of Python 3.10 distutils is deprecated and will be removed in 3.12:

https://docs.python.org/3/whatsnew/3.10.html#distutils-deprecated

Migrating to setuptools will be fairly trivial.

ldo commented 2 years ago

Your version of setup.py doesn’t seem to match up with mine.

Ah, I see you want to check for version numbers rather than functionality. I disapprove.