From 0a423da8a2638ed55082f70bdd28e54791aeab9a Mon Sep 17 00:00:00 2001 From: Joshua Harlow Date: Sun, 12 Jan 2014 17:40:30 -0800 Subject: 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 --- setup.cfg | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'setup.cfg') 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 -- cgit v1.2.1