kivy / plyer

Plyer is a platform-independent Python wrapper for platform-dependent APIs
https://plyer.readthedocs.io
MIT License
1.56k stars 424 forks source link

Remove references to distutils #778

Open Julian-O opened 8 months ago

Julian-O commented 8 months ago

setup.py attempts to import setuptools, and if it fails imports from distutils.

distutils is deprecated and no longer present in Python 3.12.

Assume setuptools is available, and remove the distutils reference.

caseycronyn commented 7 months ago

I'll be working on this

misl6 commented 7 months ago

Love to hear that @caseycronyn !