Skip to content

Commit bedad5b

Browse files
committed
Set the package description
1 parent 60f081a commit bedad5b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ def exec_file(path_segments, name):
4343
name="signedjson",
4444
version=exec_file(("signedjson", "__init__.py",), "__version__"),
4545
packages=["signedjson"],
46-
description="Signed JSON",
46+
description="Sign JSON with Ed25519 signatures",
4747
install_requires=[
4848
"canonicaljson>=1.0.0",
4949
"unpaddedbase64>=1.0.1",

0 commit comments

Comments
 (0)