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

Better diagnose when setup.py/cfg cannot be found #9945

Merged
merged 2 commits into from
May 21, 2021

Commits on May 4, 2021

  1. Better diagnose when setup.py/cfg cannot be found

    This adds a check before invoking 'egg_info' to make sure either setup.py or
    setup.cfg actually exists, and emit a clearer error message when neither can
    be found and the egg_info command can never succeed.
    uranusjr committed May 4, 2021
    Configuration menu
    Copy the full SHA
    1983ef0 View commit details
    Browse the repository at this point in the history

Commits on May 17, 2021

  1. Configuration menu
    Copy the full SHA
    1904e4d View commit details
    Browse the repository at this point in the history