src/py/pyproject.toml: Move metadata here from setup.cfg#4472
Merged
hoodmane merged 3 commits intopyodide:mainfrom Feb 2, 2024
Merged
src/py/pyproject.toml: Move metadata here from setup.cfg#4472hoodmane merged 3 commits intopyodide:mainfrom
hoodmane merged 3 commits intopyodide:mainfrom
Conversation
hoodmane
reviewed
Feb 2, 2024
Co-authored-by: Hood Chatham <[email protected]>
hoodmane
approved these changes
Feb 2, 2024
Member
hoodmane
left a comment
There was a problem hiding this comment.
Looks good to me. I guess when we release our next alpha we'll find out if this changed anything noticeable. Probably I should do a quick before and after comparison of the wheel contents...
Thanks again @mkoeppe for helping with these chores!
Member
|
Okay, well the file set is exactly the same for both the sdist and wheels. I was expecting Other than that, the sdist changes are what we'd obviously expect. The difference between the wheels is: Metadata-Version: 2.1
Name: pyodide-py
Version: 0.26.0.dev0
-Summary: "A Python package providing core interpreter functionality for Pyodide."
-Home-page: https://github.com/pyodide/pyodide
+Summary: A Python package providing core interpreter functionality for Pyodide
Author: Pyodide developers
+Project-URL: Homepage, https://github.com/pyodide/pyodide
Project-URL: Bug Tracker, https://github.com/pyodide/pyodide/issues
Project-URL: Documentation, https://pyodide.org/en/stable/
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: Mozilla Public License 2.0 (MPL 2.0)
Classifier: Operating System :: OS Independent
-Requires-Python: >=3.8
+Requires-Python: >=3.11
Description-Content-Type: text/markdown |
Contributor
Author
|
Thanks for checking this carefully! |
5 tasks
5 tasks
5 tasks
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
Modernizing metadata