FluidityProject / fluidity

Fluidity
http://fluidity-project.org
Other
362 stars 113 forks source link

Replace distutils by setuptools #346

Open Patol75 opened 2 years ago

Patol75 commented 2 years ago

Just a heads-up that Python 3.10 featured PEP 632, which deprecates the distutils package from the standard library. In this newer version, the interpreter returns:

>>> from distutils.core import setup
<stdin>:1: DeprecationWarning: The distutils package is deprecated and slated for removal in Python 3.12. Use setuptools or check PEP 632 for potential alternatives