mirror of
https://github.com/bigchaindb/bigchaindb.git
synced 2024-10-13 13:34:05 +00:00
Merge pull request #1053 from bigchaindb/docs/1047/long-description-in-setup-py
In setup.py: longer long_description & updated the docs URL
This commit is contained in:
commit
3344fdfe50
13
setup.py
13
setup.py
@ -1,7 +1,7 @@
|
||||
"""
|
||||
BigchainDB: A Scalable Blockchain Database
|
||||
|
||||
For full docs visit https://bigchaindb.readthedocs.org
|
||||
For full docs visit https://docs.bigchaindb.com
|
||||
|
||||
"""
|
||||
from setuptools import setup, find_packages
|
||||
@ -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 enterprises 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',
|
||||
|
Loading…
x
Reference in New Issue
Block a user