onlykey-agent: add PyPI project description and bump to 1.1.16#18
Open
0c-coder wants to merge 1 commit into
Open
onlykey-agent: add PyPI project description and bump to 1.1.16#180c-coder wants to merge 1 commit into
0c-coder wants to merge 1 commit into
Conversation
- setup.py: add long_description (README, markdown) + project_urls; 1.1.13 -> 1.1.16 - README.md: new, rendered on PyPI - MANIFEST.in: ship README.md in sdist
Author
|
Companion release: trustcrypto/python-onlykey#90 (onlykey 1.2.11). Packaging-only change here; no dependency, but ships alongside the PQ age-plugin work. |
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.
onlykey-agent: add PyPI project description and bump to 1.1.16
The PyPI page for
onlykey-agentshows "The author of this package has notprovided a project description", which trips security scanners that block
dependencies with no description.
Changes (agents/onlykey/)
setup.py: addlong_description(fromREADME.md, markdown) andlong_description_content_type, plusproject_urls. Bump version1.1.13→1.1.16(1.1.14 and 1.1.15 are already published to PyPI, sothe next upload must be 1.1.16).
README.md: new — package description rendered on PyPI (install, usage,links).
MANIFEST.in: new — shipREADME.mdin the sdist solong_descriptionresolves when building from the source distribution.
Verification
python -m build/setup.py sdistsucceeds;twine checkPASSES.(
onlykey-agent,onlykey-gpg,onlykey-gpg-agent) are created and themetadata carries the markdown description.
No functional/runtime code changes — packaging metadata only.