Skip to content

Commit

Permalink
updated setup.py with metadata
Browse files Browse the repository at this point in the history
  • Loading branch information
rubensayshi committed Feb 24, 2015
1 parent 2663f88 commit 425a82b
Showing 1 changed file with 15 additions and 2 deletions.
17 changes: 15 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,20 @@
setup(
name='blocktrail-sdk',
version='1.0.5',
description="BlockTrail's Developer Friendly API binding for Python",
long_description='This package allows interacting with the BlockTrail API',
description="BlockTrail's Developer Friendly Bitcoin SDK",
long_description="""\
BlockTrail's Developer Friendly Bitcoin SDK
- simple bindings to the various data API endpoints
- block data and transactions
- transaction data
- address data and transactions
- latest price
- Contains Multi-Signature HD Wallet
For examples and instructions on how to use, please see our official documentation at https://www.blocktrail.com/api/docs/lang/python
""",
keywords=["bitcoin", "sdk", "api", "payments", "crypto", "wallet", "multisig", "multisignature", "HD wallet"],
maintainer='Ruben de Vries',
maintainer_email='[email protected]',
url='https://www.blocktrail.com/api/docs/lang/python',
Expand All @@ -20,6 +32,7 @@
'Environment :: Web Environment',
'Intended Audience :: Developers',
'Programming Language :: Python',
'Programming Language :: Python :: 3',
'License :: OSI Approved :: MIT License'
],
packages=["blocktrail"],
Expand Down

0 comments on commit 425a82b

Please sign in to comment.