Create a more structured pyproject.toml object#70
Merged
kasteph merged 3 commits intopython-poetry:masterfrom Aug 27, 2020
Merged
Create a more structured pyproject.toml object#70kasteph merged 3 commits intopython-poetry:masterfrom
kasteph merged 3 commits intopython-poetry:masterfrom
Conversation
36dbd6a to
932be4b
Compare
kasteph
reviewed
Aug 27, 2020
932be4b to
01895b5
Compare
This change is a step towards making interactions with pyproject.toml files more structured and standardised.
75d2580 to
10d17d2
Compare
Member
Author
|
@stephsamson this should be ready again. |
kasteph
approved these changes
Aug 27, 2020
abn
added a commit
to abn/poetry
that referenced
this pull request
Sep 26, 2020
This change unifies TOML and pyproject.toml file handling to core classes to ensure consistent handling of TOML files. Reference: python-poetry/poetry-core#70 Reference: python-poetry/poetry-core#74
finswimmer
pushed a commit
to python-poetry/poetry
that referenced
this pull request
Sep 29, 2020
This change unifies TOML and pyproject.toml file handling to core classes to ensure consistent handling of TOML files. Reference: python-poetry/poetry-core#70 Reference: python-poetry/poetry-core#74
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.
This change is a step towards making interactions with pyproject.toml
files more structured and standardised.
Resolves: python-poetry/poetry#2851