From 2c74aef837a0eaa1ea25879cc222965621a82aef Mon Sep 17 00:00:00 2001 From: Joshua Harlow Date: Fri, 17 May 2013 01:22:31 -0600 Subject: [PATCH] Update description wording. --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index e295657c..5695009f 100644 --- a/setup.py +++ b/setup.py @@ -23,7 +23,7 @@ setuptools.setup( version='0.0.1', author='OpenStack', license='Apache Software License', - description='Taskflow state management library.', + description='Taskflow structured state management library.', long_description='The taskflow library provides core functionality that ' 'can be used to build [resumable, reliable, ' 'easily understandable, ...] highly available '