Skip to content

Commit 2dd2dc0

Browse files
committed
Correct package description
1 parent c022ef6 commit 2dd2dc0

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -230,11 +230,11 @@
230230
author = "Perry Kundert",
231231
author_email = "[email protected]",
232232
project_urls = project_urls,
233-
description = "The slip39 module implements SLIP39 recovery for Ethereum accounts",
233+
description = "Standards-compliant SLIP-39 cryptocurrency seed generation and recovery, compatible with Trezor hardware wallets",
234234
long_description = long_description,
235235
long_description_content_type = long_description_content_type,
236236
license = "Dual License; GPLv3 and Proprietary",
237-
keywords = "Ethereum cryptocurrency SLIP39 BIP39 seed recovery",
237+
keywords = "Ethereum Bitcoin Dogecoin Litecoin cryptocurrency SLIP-39 BIP-39 seed recovery PDF BIP-38 paper wallet",
238238
url = "https://github.com/pjkundert/python-slip39",
239239
classifiers = classifiers,
240240
python_requires = ">=3.9",

slip39/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
__version_info__ = ( 7, 1, 2 )
1+
__version_info__ = ( 7, 1, 3 )
22
__version__ = '.'.join( map( str, __version_info__ ))

0 commit comments

Comments
 (0)