Normalize package name to lower-case in setup.py by akx · Pull Request #1110 · python-babel/babel

Skip to content

Navigation Menu

Sign in

Appearance settings

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up

Appearance settings

Conversation

@akx

Copy link

Member

@akx akx commented

Aug 4, 2024

Fixes #1109.

@codecov

Copy link

codecov bot commented

Aug 4, 2024

edited

Loading

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Reviewers

No reviews

Assignees

No one assigned

Labels

None yet

Projects

None yet

Milestone

No milestone

Development

Successfully merging this pull request may close these issues.

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

1 participant

@akx