mirror of
https://github.com/alexgo-io/stacks-puppet-node.git
synced 2026-04-24 03:45:38 +08:00
update setup.py
This commit is contained in:
9
setup.py
9
setup.py
@@ -7,9 +7,9 @@ setup(
|
||||
url='https://github.com/openname/blockstore',
|
||||
license='MIT',
|
||||
author='Onename',
|
||||
author_email='hello@halfmoonlabs.com',
|
||||
description='',
|
||||
keywords='bitcoin btc cryptocurrency',
|
||||
author_email='support@onename.com',
|
||||
description='A key-value store for name registration on the Bitcoin blockchain',
|
||||
keywords='blockchain bitcoin btc cryptocurrency name key value store data',
|
||||
packages=find_packages(),
|
||||
scripts=['bin/blockstored', 'bin/blockstore-cli'],
|
||||
download_url='https://github.com/openname/blockstore/archive/master.zip',
|
||||
@@ -19,7 +19,8 @@ setup(
|
||||
'coinkit>=0.7.7',
|
||||
'kademlia>=0.2',
|
||||
'python-bitcoinrpc>=0.1',
|
||||
'txjson-rpc>=0.3'
|
||||
'txjson-rpc>=0.3',
|
||||
'utilitybelt>=0.2.2'
|
||||
],
|
||||
classifiers=[
|
||||
'Intended Audience :: Developers',
|
||||
|
||||
Reference in New Issue
Block a user