Skip to content

Install readme and license files to the right location#3001

Merged
jajhall merged 2 commits into
ERGO-Code:latestfrom
andersk:license-files
May 14, 2026
Merged

Install readme and license files to the right location#3001
jajhall merged 2 commits into
ERGO-Code:latestfrom
andersk:license-files

Conversation

@andersk
Copy link
Copy Markdown

@andersk andersk commented May 4, 2026

With this fix, the sdist highspy-1.14.0.tar.gz still contains

highspy-1.14.0/LICENSE.txt
highspy-1.14.0/README.md
highspy-1.14.0/THIRD_PARTY_NOTICES.md

and the wheel highspy-1.14.0-cp314-cp314-linux_x86_64.whl contains

highspy-1.14.0.dist-info/licenses/THIRD_PARTY_NOTICES.md
highspy-1.14.0.dist-info/licenses/LICENSE.txt
highspy-1.14.0.dist-info/METADATA

where METADATA lists License-Expression: MIT, License-File: LICENSE.txt, License-File: THIRD_PARTY_NOTICES.md, and includes the contents of README.md.

Documentation:

@codecov
Copy link
Copy Markdown

codecov Bot commented May 4, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 72.81%. Comparing base (0e8db55) to head (9b29376).
⚠️ Report is 6 commits behind head on latest.

Additional details and impacted files
@@           Coverage Diff           @@
##           latest    #3001   +/-   ##
=======================================
  Coverage   72.80%   72.81%           
=======================================
  Files         417      417           
  Lines      102156   102149    -7     
  Branches    16467    16464    -3     
=======================================
+ Hits        74374    74378    +4     
+ Misses      27506    27495   -11     
  Partials      276      276           

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

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@jajhall jajhall changed the base branch from master to latest May 5, 2026 09:13
@jajhall
Copy link
Copy Markdown
Member

jajhall commented May 5, 2026

Thanks: we merge into latest, not master

@jajhall jajhall requested a review from galabovaa May 5, 2026 09:14
@jajhall
Copy link
Copy Markdown
Member

jajhall commented May 12, 2026

@galabovaa Please would you resolve the merge conflict and review the PR

@galabovaa
Copy link
Copy Markdown
Contributor

LGTM, what do you think @mathgeekcoder ? Shall we do the same for highspy-extras afterwards? (can be in another PR)

@galabovaa galabovaa requested a review from mathgeekcoder May 14, 2026 14:48
@mathgeekcoder
Copy link
Copy Markdown
Collaborator

LGTM, what do you think @mathgeekcoder ? Shall we do the same for highspy-extras afterwards? (can be in another PR)

Looks good! Agreed @galabovaa, definitely need to do similar for highspy-extras.

@jajhall jajhall merged commit c6033ad into ERGO-Code:latest May 14, 2026
351 checks passed
@galabovaa
Copy link
Copy Markdown
Contributor

Thank you, @andersk!

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.

Python wheel pollutes global namespace with LICENSE.txt, README.md, THIRD_PARTY_NOTICES.md

4 participants