From d5143f99d8e643cd151a2b4baf9350e08704e14b Mon Sep 17 00:00:00 2001 From: Troy McConaghy Date: Tue, 17 Jan 2017 14:21:08 +0100 Subject: [PATCH 1/3] Longer long_description in setup.py --- setup.py | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 8f40d212..e9325f3f 100644 --- a/setup.py +++ b/setup.py @@ -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', From 8307c09b92aa4dbf7e375b2fdea03fa2629068fa Mon Sep 17 00:00:00 2001 From: Troy McConaghy Date: Tue, 17 Jan 2017 14:21:54 +0100 Subject: [PATCH 2/3] Updated docs URL in setup.py --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index e9325f3f..901b6f10 100644 --- a/setup.py +++ b/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 From e54854c082d87e007035b85e37c4ab1e8a24caf1 Mon Sep 17 00:00:00 2001 From: Troy McConaghy Date: Wed, 18 Jan 2017 15:41:29 +0100 Subject: [PATCH 3/3] In setup.py: enterprise --> enterprises --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 901b6f10..9dd050bc 100644 --- a/setup.py +++ b/setup.py @@ -81,7 +81,7 @@ setup( version=version['__version__'], description='BigchainDB: A Scalable Blockchain Database', long_description=( - "BigchainDB allows developers and enterprise to deploy blockchain " + "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 "