Skip to content

Commit cafa390

Browse files
committed
Expose TransparencyLogEntry type
1 parent 91291c0 commit cafa390

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/pypi_attestation_models/__init__.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
AttestationPayload,
88
ConversionError,
99
InvalidAttestationError,
10+
TransparencyLogEntry,
1011
VerificationMaterial,
1112
pypi_to_sigstore,
1213
sigstore_to_pypi,
@@ -17,6 +18,7 @@
1718
"AttestationPayload",
1819
"ConversionError",
1920
"InvalidAttestationError",
21+
"TransparencyLogEntry",
2022
"VerificationMaterial",
2123
"pypi_to_sigstore",
2224
"sigstore_to_pypi",

0 commit comments

Comments
 (0)