kivy / plyer

Plyer is a platform-independent Python wrapper for platform-dependent APIs

Home Page:https://plyer.readthedocs.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Remove references to distutils

Julian-O opened this issue · comments

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.

I'll be working on this

Love to hear that @caseycronyn !