Skip to content

Commit 373ebd1

Browse files
committed
Updating for PyPI release
1 parent 8708451 commit 373ebd1

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
@@ -32,7 +32,7 @@ def read_requirements(path):
3232
setup(
3333
name="js2pysecrets",
3434
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.",
3636
url="https://github.com/poing/JS2PySecrets/",
3737
project_urls={
3838
'Documentation': 'https://poing.github.io/JS2PySecrets',

0 commit comments

Comments
 (0)