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

Normalize package name to lower-case in setup.py #1110

Merged
merged 1 commit into from
Aug 5, 2024

Conversation

akx
Copy link
Member

@akx akx commented Aug 4, 2024

Fixes #1109.

Copy link

codecov bot commented Aug 4, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 91.21%. Comparing base (a32f15e) to head (21f38b5).

Additional details and impacted files
@@           Coverage Diff           @@
##           master    #1110   +/-   ##
=======================================
  Coverage   91.21%   91.21%           
=======================================
  Files          27       27           
  Lines        4496     4496           
=======================================
  Hits         4101     4101           
  Misses        395      395           
Flag Coverage Δ
macos-12-3.10 89.99% <ø> (ø)
macos-12-3.11 89.99% <ø> (ø)
macos-12-3.12 90.16% <ø> (ø)
macos-12-3.13-dev 89.67% <ø> (ø)
macos-12-3.8 89.91% <ø> (ø)
macos-12-3.9 89.91% <ø> (ø)
macos-12-pypy3.10 89.99% <ø> (ø)
ubuntu-22.04-3.10 90.01% <ø> (ø)
ubuntu-22.04-3.11 90.01% <ø> (ø)
ubuntu-22.04-3.12 90.19% <ø> (ø)
ubuntu-22.04-3.13-dev 89.70% <ø> (ø)
ubuntu-22.04-3.8 89.93% <ø> (ø)
ubuntu-22.04-3.9 89.93% <ø> (ø)
ubuntu-22.04-pypy3.10 90.01% <ø> (ø)
windows-2022-3.10 90.13% <ø> (ø)
windows-2022-3.11 90.13% <ø> (ø)
windows-2022-3.12 90.31% <ø> (ø)
windows-2022-3.13-dev 89.82% <ø> (ø)
windows-2022-3.8 90.06% <ø> (ø)
windows-2022-3.9 90.06% <ø> (ø)
windows-2022-pypy3.10 90.13% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@akx akx marked this pull request as ready for review August 5, 2024 15:11
@akx akx merged commit d3346ee into master Aug 5, 2024
26 checks passed
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.

The .dist-info does not follow Python Packaging User Guide guideline
1 participant