summaryrefslogtreecommitdiff
path: root/setup.cfg
diff options
context:
space:
mode:
authorJoshua Harlow <harlowja@gmail.com>2014-01-12 17:40:30 -0800
committerJoshua Harlow <harlowja@gmail.com>2014-01-12 17:42:07 -0800
commit0a423da8a2638ed55082f70bdd28e54791aeab9a (patch)
tree0e203fdf1605d73178ad650ddda7e075823505ac /setup.cfg
parent135f562408e8baa81016da9ac55ea40eda174757 (diff)
downloadtaskflow-0a423da8a2638ed55082f70bdd28e54791aeab9a.tar.gz
Add a setup.cfg keywords to describe taskflow
Include keywords that will be searchable on pypi (and any indexing sites) that describe in single words what taskflow is all about. Change-Id: I8971707044e92e330fed73c485f10ecd5244445f
Diffstat (limited to 'setup.cfg')
-rw-r--r--setup.cfg4
1 files changed, 4 insertions, 0 deletions
diff --git a/setup.cfg b/setup.cfg
index a6f4ca7..a4f96ee 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -6,6 +6,10 @@ description-file =
author = Taskflow Developers
author-email = taskflow-dev@lists.launchpad.net
home-page = https://launchpad.net/taskflow
+keywords = reliable recoverable execution
+ tasks flows workflows jobs
+ persistence states
+ asynchronous parallel threads
classifier =
Development Status :: 4 - Beta
Environment :: OpenStack