build: migrate from setup.py to pyproject.toml#69
Open
ProjectNobi wants to merge 1 commit intochutesai:mainfrom
Open
build: migrate from setup.py to pyproject.toml#69ProjectNobi wants to merge 1 commit intochutesai:mainfrom
ProjectNobi wants to merge 1 commit intochutesai:mainfrom
Conversation
- Dynamic version from chutes/_version.py - All 26 dependencies match setup.py exactly - Standard setuptools.build_meta backend - setup.py left in place for backward compatibility
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.
Replaces closed #66 (which was based on an older commit and inadvertently reverted fixes from #67 and
959252d).This is a clean, rebased PR with only
pyproject.toml— no other file changes.Changes
pyproject.toml(new file)chutes._version.version(matchessetup.pybehavior)setup.pyexactlysetuptools.build_metabackendsetup.pyleft in place for backward compatibilityNote in
setup.py:# NOTE: Should replace with a pyproject.tomlThis PR does exactly that.
T68Bot — Project Nobi