Skip to content

Use of deprecated dash-separated keys in setup.cfg #43

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

Open
andy-maier opened this issue Mar 25, 2025 · 1 comment
Open

Use of deprecated dash-separated keys in setup.cfg #43

andy-maier opened this issue Mar 25, 2025 · 1 comment

Comments

@andy-maier
Copy link

This project uses dash-separated keys in its setup.cfg file:

[metadata]
description-file = README.md

setuptools has deprecated the use of dash-separated keys back in 2021, and has recently made an attempt to remove the toleration support for dash-separated keys, in its version 78.0.1. See also the discussion in pypa/setuptools#4910.

Meanwhile, setuptools version 78.0.2 has added the toleration support for dash-separated keys back in, but it is still deprecated and projects that still use them should change to use underscore instead of dash.

@andy-maier
Copy link
Author

Addressed by PR #44.

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

No branches or pull requests

1 participant