Skip to content

Remove deprecated usage of setup.py #2336

@matrss

Description

@matrss

However, python setup.py and the use of setup.py as a command line tool are deprecated.

This means that commands such as the following MUST NOT be run anymore:

  • python setup.py install

  • python setup.py develop

  • python setup.py sdist

  • python setup.py bdist_wheel

https://packaging.python.org/en/latest/discussions/setup-py-deprecated/

We have this kind of usage here:

%PYTHON% setup.py install --single-version-externally-managed --record record.txt

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions