Skip to content
Snippets Groups Projects
  • Pablo Correa Gomez's avatar
    d895f4a4
    Migrate from setup.py to pyproject.toml (MR 2265) · d895f4a4
    Pablo Correa Gomez authored
    In the process, drop the list of required python packages. This is
    only needed for pip, as pmbootstrap checks by itself. This way we
    avoid duplicating the minimum required version.
    
    We also don't install the helpers anymore, as modern tooling does not
    support installing things outside the python package dir
    d895f4a4
    History
    Migrate from setup.py to pyproject.toml (MR 2265)
    Pablo Correa Gomez authored
    In the process, drop the list of required python packages. This is
    only needed for pip, as pmbootstrap checks by itself. This way we
    avoid duplicating the minimum required version.
    
    We also don't install the helpers anymore, as modern tooling does not
    support installing things outside the python package dir