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

changed key "description-file" to "description_file" to fix issues bu… #44

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

SebastianVivoverse
Copy link

@SebastianVivoverse SebastianVivoverse commented Mar 24, 2025

changed key "description-file" to "description_file" to fix issues building with setuptools v78 or higher.

Old error:

#8 8.790         File "/tmp/pip-build-env-behom6lj/overlay/lib/python3.11/site-packages/setuptools/dist.py", line 629, in _enforce_underscore
#8 8.790           raise InvalidConfigError(
#8 8.790       setuptools.errors.InvalidConfigError: Invalid dash-separated key 'description-file' in 'metadata' (setup.cfg), please use the underscore name 'description_file' instead.
#8 8.790       [end of output]

See breaking change in setuptools
https://setuptools.pypa.io/en/stable/history.html#v78-0-0

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.

1 participant