update setup.py

This commit is contained in:
Ryan Shea
2015-02-15 18:12:07 -05:00
parent f542547b29
commit 99014c85cd

View File

@@ -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',