Readme CI PyPI badges#62
Merged
Merged
Conversation
Co-authored-by: Samuel <samuel@knutsen.co>
|
Cursor Agent can help with this pull request. Just |
Co-authored-by: Samuel <samuel@knutsen.co>
Co-authored-by: Samuel <samuel@knutsen.co>
Co-authored-by: Samuel <samuel@knutsen.co>
Preview Deployment
Details
|
- Replace top-level LICENSE with AGPL-3.0 text - Preserve original Apache-2.0 license as LICENSE.apache2 - Add NOTICE file explaining dual provenance (upstream Apache-2.0, TensorBored additions AGPL-3.0) - Update license field and classifiers in pyproject.toml and setup.py - Update README badge to show AGPL-3.0 - Update Bazel BUILD license genrule description - Update MANIFEST.in and setup.cfg to include both license files - Upstream source files retain their original Apache-2.0 headers as required by the Apache License Section 4 Co-authored-by: Samuel <samuel@knutsen.co>
Co-authored-by: Samuel <samuel@knutsen.co>
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.
Motivation for features / changes
Added CI and PyPI badges to the
README.mdas requested, to provide quick visibility into the project's CI status and current PyPI version.Technical description of changes
ci.ymlworkflow on themasterbranch.tensorboredpackage, linking to its PyPI page.Both badges are placed at the top of the
README.mdfile.Screenshots of UI changes (or N/A)
N/A (Changes are visible directly in the updated
README.mdfile)Detailed steps to verify changes work correctly (as executed by you)
README.mdfile after the changes were applied.Alternate designs / implementations considered (or N/A)
N/A