Skip to content

Commit 5a775c9

Browse files
committed
add description
1 parent 0a959cc commit 5a775c9

3 files changed

Lines changed: 6 additions & 4 deletions

File tree

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,8 @@
1212

1313
<img src="readme-assets/icons/name.png" alt="Project Icon" width="750">
1414

15+
Output the attestation status used by dependencies. e.g. Verified, Valid, Supported by package host etc.
16+
1517
<!-- omit in toc -->
1618
## Table of Contents
1719

@@ -163,7 +165,7 @@ usage: attestationcheck [-h] [--format FORMAT] [--requirements-paths REQUIREMENT
163165
[--hide-output-parameters HIDE_OUTPUT_PARAMETERS [HIDE_OUTPUT_PARAMETERS ...]] [--show-only-failing]
164166
[--pypi-api PYPI_API] [--zero]
165167
166-
Output the attestations used by dependencies.
168+
Output the attestation status used by dependencies. e.g. Verified, Valid, Supported by package host etc.
167169
168170
options:
169171
-h, --help show this help message and exit

attestationcheck/io/cli.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
"""Output the attestations used by dependencies."""
1+
"""Output the attestation status used by dependencies. e.g. Verified, Valid, Supported by package host etc."""
22

33
from __future__ import annotations
44

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[project]
22
name = "attestationcheck"
3-
version = "0.1.0"
4-
description = ""
3+
version = "0.1.1"
4+
description = "Output the attestation status used by dependencies. e.g. Verified, Valid, Supported by package host etc."
55
authors = [{ name = "FredHappyface" }]
66
requires-python = ">=3.12"
77
readme = "README.md"

0 commit comments

Comments
 (0)