You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: setup.py
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -32,7 +32,7 @@ def read_requirements(path):
32
32
setup(
33
33
name="js2pysecrets",
34
34
version=read("js2pysecrets", "VERSION"),
35
-
description="Shamir's Secret Sharing - JS2Py port of secrets.js-grempe.",
35
+
description="Shamir's Secret Sharing - Port of secrets.js-grempe to Python, allowing cross-platform compatable share usage between JavaScript and Python.",
0 commit comments