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

Add setuptools and wheel dependencies to the setup.cfg #889

Merged
merged 4 commits into from
Jun 5, 2021

Commits on Sep 19, 2020

  1. setup.cfg: Add missing dependencies

    pip, setuptools and wheel are runtime dependencies that should
    be explicitly included.  If not, they may not be provided on
    systems which install packages pre-built, thus these packages
    should not be assumed to be installed.
    jayvdb committed Sep 19, 2020
    Configuration menu
    Copy the full SHA
    fe12efd View commit details
    Browse the repository at this point in the history

Commits on Jun 5, 2021

  1. Configuration menu
    Copy the full SHA
    62af2e3 View commit details
    Browse the repository at this point in the history
  2. Update setup.cfg

    ssbarnea committed Jun 5, 2021
    Configuration menu
    Copy the full SHA
    90bcd88 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    1681e82 View commit details
    Browse the repository at this point in the history