2.0.1: fix the PyPI page and refresh the metadata - #7
Merged
Conversation
The README is the package's description on PyPI, where there is no repository around it, so the two hero images and the LICENSE link were broken there: they were relative paths. They are absolute now. Also: - project.urls gains the demo as Homepage and the releases page as Changelog, and the GitHub description and topics match what the tool does (it never used OpenCV or MiDaS, both of which were listed). - The tests badge tracks the real count, 87. - The CLI version test reads the installed version instead of hardcoding it, so a bump does not need a test edit.
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.
README.mdis the package description on PyPI, where there is no repository around it. The two hero images and the LICENSE link were relative paths, so they were broken on the project page. Absolute now.project.urlsgains the demo as Homepage and the releases page as Changelog.opencvandmidaswere listed, and neither has ever been a dependency. Replaced with onnx, onnxruntime, depth-estimation, depth-anything and the rest.Version bumped to 2.0.1 so the corrected page actually ships.