You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
pyproject.toml is the home of the more modern and recommended build system and required to be uploaded to PyPI.
Some files were deleted as moved into there, and pre commit was deleted because I doubt we are using and it and CI catches it. But correct me if I'm wrong!
Merging #561 (be70e73) into main (606e0b3) will decrease coverage by 1.46%.
The diff coverage is 64.31%.
❗ Current head be70e73 differs from pull request most recent head afc6897. Consider uploading reports for the commit afc6897 to get more accurate results
From what I gathered MANIFEST.in is not necessary when setuptools_scm is being used. It helps to include files that may not be included in a distribution by default (i.e., not Python modules/packages) [1], but setuptools_scm supersedes this by building distributions from files that are tracked by git. [2] (third paragraph)
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
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.
Resolves #557
pyproject.toml is the home of the more modern and recommended build system and required to be uploaded to PyPI.
Some files were deleted as moved into there, and pre commit was deleted because I doubt we are using and it and CI catches it. But correct me if I'm wrong!