Skip to content

Commit f7f8760

Browse files
committed
updated setup.py with metadata
1 parent da2746d commit f7f8760

File tree

1 file changed

+15
-2
lines changed

1 file changed

+15
-2
lines changed

setup.py

Lines changed: 15 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,20 @@
99
setup(
1010
name='blocktrail-sdk',
1111
version='1.0.5',
12-
description="BlockTrail's Developer Friendly API binding for Python",
13-
long_description='This package allows interacting with the BlockTrail API',
12+
description="BlockTrail's Developer Friendly Bitcoin SDK",
13+
long_description="""\
14+
BlockTrail's Developer Friendly Bitcoin SDK
15+
16+
- simple bindings to the various data API endpoints
17+
- block data and transactions
18+
- transaction data
19+
- address data and transactions
20+
- latest price
21+
- Contains Multi-Signature HD Wallet
22+
23+
For examples and instructions on how to use, please see our official documentation at https://www.blocktrail.com/api/docs/lang/python
24+
""",
25+
keywords=["bitcoin", "sdk", "api", "payments", "crypto", "wallet", "multisig", "multisignature", "HD wallet"],
1426
maintainer='Ruben de Vries',
1527
maintainer_email='ruben@blocktrail.com',
1628
url='https://www.blocktrail.com/api/docs/lang/python',
@@ -20,6 +32,7 @@
2032
'Environment :: Web Environment',
2133
'Intended Audience :: Developers',
2234
'Programming Language :: Python',
35+
'Programming Language :: Python :: 3',
2336
'License :: OSI Approved :: MIT License'
2437
],
2538
packages=["blocktrail"],

0 commit comments

Comments
 (0)