mesonbuild / meson-python

Meson PEP 517 Python build backend
https://mesonbuild.com/meson-python/
MIT License
126 stars 65 forks source link

BUG: fix handling of project name in package metadata #483

Closed dnicolodi closed 12 months ago

dnicolodi commented 1 year ago

Just prototyping the solution for #481. More changes are needed to actually fix the bug, but these would be easier after #480 is merged, or at least merging the other PR first would avoid merge conflicts. I believe that none of the current users of meson-python exposes the bug, thus this is not really high priority yet.

dnicolodi commented 1 year ago

@rgommers This is ready for review

rgommers commented 12 months ago

We've accumulated several bug fixes and small new features for 0.15.0, and the PR backlog is pretty empty. WDYT about tagging a release now?