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

Update setup.cfg #237

Closed
wants to merge 1 commit into from
Closed

Conversation

DouglasMagno
Copy link

Update description-file attr for new setuptools version that generates this error:

× Getting requirements to build wheel did not run successfully.
  │ exit code: 1
  ╰─> [27 lines of output]
      Traceback (most recent call last):
        File "/opt/hostedtoolcache/Python/3.9.21/x64/lib/python3.9/site-packages/pip/_vendor/pyproject_hooks/_in_process/_in_process.py", line 389, in <module>
          main()
        File "/opt/hostedtoolcache/Python/3.9.21/x64/lib/python3.9/site-packages/pip/_vendor/pyproject_hooks/_in_process/_in_process.py", line 373, in main
          json_out["return_val"] = hook(**hook_input["kwargs"])
        File "/opt/hostedtoolcache/Python/3.9.21/x64/lib/python3.9/site-packages/pip/_vendor/pyproject_hooks/_in_process/_in_process.py", line 143, in get_requires_for_build_wheel
          return hook(config_settings)
        File "/tmp/pip-build-env-4vzmmv_n/overlay/lib/python3.9/site-packages/setuptools/build_meta.py", line 334, in get_requires_for_build_wheel
          return self._get_build_requires(config_settings, requirements=[])
        File "/tmp/pip-build-env-4vzmmv_n/overlay/lib/python3.9/site-packages/setuptools/build_meta.py", line 304, in _get_build_requires
          self.run_setup()
        File "/tmp/pip-build-env-4vzmmv_n/overlay/lib/python3.9/site-packages/setuptools/build_meta.py", line 522, in run_setup
          super().run_setup(setup_script=setup_script)
        File "/tmp/pip-build-env-4vzmmv_n/overlay/lib/python3.9/site-packages/setuptools/build_meta.py", line 3[20](https://github.com/pppay-com-br/gateway/actions/runs/14038197552/job/39301693874#step:4:21), in run_setup
          exec(code, locals())
        File "<string>", line 24, in <module>
        File "/tmp/pip-build-env-4vzmmv_n/overlay/lib/python3.9/site-packages/setuptools/__init__.py", line 116, in setup
          _install_setup_requires(attrs)
        File "/tmp/pip-build-env-4vzmmv_n/overlay/lib/python3.9/site-packages/setuptools/__init__.py", line 87, in _install_setup_requires
          dist.parse_config_files(ignore_option_errors=True)
        File "/tmp/pip-build-env-4vzmmv_n/overlay/lib/python3.9/site-packages/setuptools/dist.py", line 730, in parse_config_files
          self._parse_config_files(filenames=inifiles)
        File "/tmp/pip-build-env-4vzmmv_n/overlay/lib/python3.9/site-packages/setuptools/dist.py", line 599, in _parse_config_files
          opt = self._enforce_underscore(opt, section)
        File "/tmp/pip-build-env-4vzmmv_n/overlay/lib/python3.9/site-packages/setuptools/dist.py", line 6[29](https://github.com/pppay-com-br/gateway/actions/runs/14038197552/job/39301693874#step:4:30), in _enforce_underscore
          raise InvalidConfigError(
      setuptools.errors.InvalidConfigError: Invalid dash-separated key 'description-file' in 'metadata' (setup.cfg), please use the underscore name 'description_file' instead.
      [end of output]

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Update description-file attr for new setuptools version
@DouglasMagno
Copy link
Author

Hey @fabfuel cloud you please check this error?

@IgorSiqueira
Copy link

@fabfuel

I have the same problem with my project. Do we have any expectations of a fix?

@fabfuel
Copy link
Owner

fabfuel commented Mar 24, 2025

Thanks for the fix Douglas!
I needed to push it myself, as the pipeline needed to be fixed.

I have released version 1.15.1. Can someone confirm, that it works again?
https://pypi.org/project/ecs-deploy/1.15.1/

Best
Fabian

@DouglasMagno
Copy link
Author

Hey @fabfuel ! You're welcome.
But, seens @abravalheri revert the changes on setuptools.
pypa/setuptools#4911

@@ -6,4 +6,4 @@ testpaths = tests
flake8-max-line-length = 120

[metadata]
description-file = README.rst
description_file = README.rst

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It seems that this is not even a valid field according to https://setuptools.pypa.io/en/latest/userguide/declarative_config.html

This is the closest:

Suggested change
description_file = README.rst
long_description= file: README.rst

Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Do you know if we even need this? The description is defined in the setup.py as well.
Then I would just remove it from here...

@fabfuel
Copy link
Owner

fabfuel commented Mar 26, 2025

I have removed the readme from the setup.cfg entirely.

@fabfuel fabfuel closed this Mar 26, 2025
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.

None yet

4 participants