1
0
mirror of https://github.com/bigchaindb/bigchaindb.git synced 2024-06-26 03:06:43 +02:00

Longer long_description in setup.py

This commit is contained in:
Troy McConaghy 2017-01-17 14:21:08 +01:00
parent 1dbc998b36
commit d5143f99d8

View File

@ -80,7 +80,16 @@ setup(
name='BigchainDB',
version=version['__version__'],
description='BigchainDB: A Scalable Blockchain Database',
long_description=__doc__,
long_description=(
"BigchainDB allows developers and enterprise to deploy blockchain "
"proof-of-concepts, platforms and applications with a scalable blockchain "
"database. BigchainDB supports a wide range of industries and use cases "
"from identity and intellectual property to supply chains, energy, IoT "
"and financial ecosystems. With high throughput, sub-second latency and "
"powerful functionality to automate business processes, BigchainDB looks, "
"acts and feels like a database but has the core blockchain "
"characteristics that enterprises want."
),
url='https://github.com/BigchainDB/bigchaindb/',
author='BigchainDB Contributors',
author_email='dev@bigchaindb.com',