Skip to content

Commit

Permalink
updated setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
scgbckbone committed Aug 13, 2020
1 parent 0368628 commit e85164d
Showing 1 changed file with 10 additions and 2 deletions.
12 changes: 10 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@
setup(
name='btc_hd_wallet',
version=__version__,
license="MIT",
author="Andrej Virgovic",
author_email="[email protected]",
description='Bitcoin HD paper wallet implementation.',
Expand All @@ -31,8 +32,15 @@
"Programming Language :: Python :: 3.9",
],
url='https://github.com/scgbckbone/btc-hd-wallet',
keywords='bitcoin',
packages=["btc_hd_wallet", "bip39_wordlist"],
keywords=[
"bitcoin",
"btc",
"hierarchical deterministic wallet",
"BIP32",
"BIP85",
"BIP39",
],
packages=["btc_hd_wallet"],
zip_safe=False,
install_requires=install_requires,
test_suite="tests"
Expand Down

0 comments on commit e85164d

Please sign in to comment.