Skip to content

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

Open
@andy-maier

Description

@andy-maier

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions