What to use instead of distutils in setup.py python3.12
I’m trying to create a setup.py file and found that distutils has been deprecated. Is there something else setup.py or distutils has been replaced by which I am meant to use instead or should I try using setuptools.dist?