Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove setup.py #315

Merged
merged 2 commits into from
Apr 5, 2022
Merged

Remove setup.py #315

merged 2 commits into from
Apr 5, 2022

Commits on Apr 5, 2022

  1. build: Remove deprecated setup.py.

    setup.py is no longer necessary when the project is installed with a PEP 517 compatible build. Pip has support for PEP 517 since v19.0.
    
    The setuptools documentation warns about removing setup.py when editable installations need to be possible. This shouldn't be an issue since editable installations are still possible with pip v21.1 or newer. [1]
    
    I don't think a bump of the minimal setuptools version is necessary for this change.
    
    Closes pytest-dev#283
    
    [1] https://pip.pypa.io/en/stable/news/#v21-1
    
    Signed-off-by: Michael Seifert <m.seifert@digitalernachschub.de>
    seifertm committed Apr 5, 2022
    Configuration menu
    Copy the full SHA
    72c2a10 View commit details
    Browse the repository at this point in the history
  2. docs: Added changelog entry about removal of setup.py.

    Signed-off-by: Michael Seifert <m.seifert@digitalernachschub.de>
    seifertm committed Apr 5, 2022
    Configuration menu
    Copy the full SHA
    e223755 View commit details
    Browse the repository at this point in the history