Closed jdkent closed 3 months ago
This pull request addresses a deprecation warning from setuptools regarding the use of hyphens in configuration keys. The change involves updating the 'description-file' key in the setup.cfg file to use an underscore instead of a hyphen, becoming 'description_file'.
Files | Changes |
---|---|
setup.cfg |
Replaced the hyphenated key 'description-file' with the underscore-separated 'description_file' in the package configuration |
Closes # .
Changes proposed in this pull request:
Summary by Sourcery
Update setup.cfg to replace hyphen with underscore in the 'description_file' field to align with setuptools deprecation of hyphens in names.
Enhancements: