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 buildsystem configuration #60

Merged
merged 1 commit into from
Jan 6, 2024
Merged

Update buildsystem configuration #60

merged 1 commit into from
Jan 6, 2024

Conversation

ByteOtter
Copy link
Owner

What does this PR change?

According to pip, to build a python application using the hybrid pyproject.toml and setup.py approach, everything listed in the setup.cfg now has to be listed as dynamic in the pyproject.toml.

This is the error message that states the information. The provided link however is broken.

********************************************************************************
              The following seems to be defined outside of `pyproject.toml`:
      
              `dependencies = ['setuptools>=65.5.0', 'wheel>=0.37.1', 'click>=8.1.3', 'questionary>=1.10.0']`
      
              According to the spec (see the link below), however, setuptools CANNOT
              consider this value unless `dependencies` is listed as `dynamic`.
      
              https://packaging.python.org/en/latest/specifications/declaring-project-metadata/
      
              To prevent this problem, you can list `dependencies` under `dynamic` or alternatively
              remove the `[project]` table from your file and rely entirely on other means of
              configuration.
********************************************************************************

Tick the applicable box:

  • Add new feature
  • Add language support
  • UI improvement
  • Security changes
  • Tests
  • Documentation changed

  • General Maintenance

UI changes

  • No changes

  • DONE

Links

Fixes: N/A

  • DONE

Documentation

  • No documentation needed

  • DONE

@ByteOtter ByteOtter added the no changelog no changelog needed label Jan 6, 2024
@ByteOtter ByteOtter merged commit 2e5a5f2 into main Jan 6, 2024
9 of 10 checks passed
@ByteOtter ByteOtter deleted the update-buildsystem branch January 6, 2024 18:06
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant