neurostuff / NiMARE

Coordinate- and image-based meta-analysis in Python
https://nimare.readthedocs.io
MIT License
182 stars 58 forks source link

hyphen no longer supported #899

Closed jdkent closed 3 months ago

jdkent commented 3 months ago

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:

sourcery-ai[bot] commented 3 months ago

Reviewer's Guide by Sourcery

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'.

File-Level Changes

Files Changes
setup.cfg Replaced the hyphenated key 'description-file' with the underscore-separated 'description_file' in the package configuration

Tips - Trigger a new Sourcery review by commenting `@sourcery-ai review` on the pull request. - Continue your discussion with Sourcery by replying directly to review comments. - You can change your review settings at any time by accessing your [dashboard](https://app.sourcery.ai): - Enable or disable the Sourcery-generated pull request summary or reviewer's guide; - Change the review language; - You can always [contact us](mailto:support@sourcery.ai) if you have any questions or feedback.