Skip to content

Replace distutils by setuptools #346

@Patol75

Description

@Patol75

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions