Skip to content

Commit

Permalink
Rename keyloader for activitypub actor
Browse files Browse the repository at this point in the history
Signed-off-by: John Andersen <[email protected]>
  • Loading branch information
pdxjohnny committed Nov 21, 2023
1 parent 1d809d0 commit 3fd42f2
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
'did_key=scitt_emulator.key_loader_format_did_key:key_loader_format_did_key',
'url_referencing_oidc_issuer=scitt_emulator.key_loader_format_url_referencing_oidc_issuer:key_loader_format_url_referencing_oidc_issuer',
'url_referencing_ssh_authorized_keys=scitt_emulator.key_loader_format_url_referencing_ssh_authorized_keys:key_loader_format_url_referencing_ssh_authorized_keys',
'url_referencing_activitypub_actor=scitt_emulator.key_loader_format_url_referencing_activitypub_actor:key_loader_format_url_referencing_activitypub_actor',
'activitypub_actor=scitt_emulator.key_loader_format_activitypub_actor:key_loader_format_activitypub_actor',
],
},
python_requires=">=3.8",
Expand Down

0 comments on commit 3fd42f2

Please sign in to comment.