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

Conversation

abravalheri
Copy link
Contributor

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.

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.
tox.ini Outdated Show resolved Hide resolved
`Option` objects use `key` instead of `name` (`name` is for `Section`
objects)
@abravalheri abravalheri marked this pull request as ready for review March 17, 2021 14:12
Copy link
Member

@FlorianWilhelm FlorianWilhelm left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks really good and sorry for the late review.

@FlorianWilhelm FlorianWilhelm merged commit 5999e4c into master Mar 21, 2021
@FlorianWilhelm FlorianWilhelm deleted the fix-for-v4.0.1 branch March 21, 2021 08:17
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants