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

setuptool's normalisation of wheel file naming #186

Open
2 tasks
RosCraddock opened this issue Mar 5, 2025 · 0 comments
Open
2 tasks

setuptool's normalisation of wheel file naming #186

RosCraddock opened this issue Mar 5, 2025 · 0 comments

Comments

@RosCraddock
Copy link

Issue
On 25th Feb 2025 the setuptools package was updated for all wheel file naming to follow binary distribution specification (i.e all lower case). See changelog. Hence when python3 -m build is used, the wheel file is now called alphapeel-1.1.3-py3-none-any.whl instead of AlphaPeel-1.1.3-py3-none-any.whl. This means all testing fails on installation due to this naming difference. Additionally, installation documentation may now be incorrect.

Solution

  • review and update documentation on installation
  • update pyproject.toml and tests.yml file for wheel name normalisation.

Alternatively, we could restrict setuptools to a previous version, which may prove restrictive.

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

No branches or pull requests

1 participant