Fix setuptools packaging metadata for Python 3.10+ and setuptools 81-84 - #69
Merged
Conversation
…-84 compatibility - Align pyproject.toml build-system requires with setuptools>=77.0.1,<85 - Set requires-python to >=3.10 - Add fallback setup.cfg metadata for legacy pip/setuptools - Keep PEP 621 static license expression consistent
🤖 Devin AI EngineerI'll be helping with this pull request! Here's what you should know: ✅ I will automatically:
Note: I can only respond to comments from users who have write access to this repository. ⚙️ Control Options:
|
Raise the minimum supported setuptools to the 79 major release for warning-free installs.
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.
Summary
Fix setuptools packaging metadata so
LogBarinstalls cleanly with Python 3.10+ and all majorsetuptoolsreleases from 79 through 82, and bump the package version to0.4.13.[build-system] requirestosetuptools>=79.0.0,<85.requires-python = ">=3.10".dynamic = ["license"]with static PEP 621license = "Apache-2.0"and keepdependencies = []explicit.setup.pywhoseversion(0.4.11) conflicted withpyproject.toml.setup.cfgwithname,version, andpackagesfor legacypip/setuptools.Link to Devin session: https://app.devin.ai/sessions/ec254701cd0c4dbfaf9dc02b870bb623
Requested by: @Qubitium