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

Consider underscores in the keys of setup.cfg #13

Merged
merged 4 commits into from
Mar 21, 2021
Merged

Commits on Mar 17, 2021

  1. Consider underscores in the keys of setup.cfg

    This change should fix the errors identified in the CI for
    pyscaffold/pyscaffoldext-dsproject#19.
    
    The latest changes in PyScaffold replace `-` with `_` in `setup.cfg`,
    therefore we should not refer to sections using dashes.
    abravalheri committed Mar 17, 2021
    Configuration menu
    Copy the full SHA
    7f09c00 View commit details
    Browse the repository at this point in the history
  2. Fix misusage of ConfigUpdater

    `Option` objects use `key` instead of `name` (`name` is for `Section`
    objects)
    abravalheri committed Mar 17, 2021
    Configuration menu
    Copy the full SHA
    1b2f57e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    99c0d72 View commit details
    Browse the repository at this point in the history

Commits on Mar 18, 2021

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