From b2e781fbfc5e8f17e70a53694c7786cd42a1c3c3 Mon Sep 17 00:00:00 2001 From: Vinta Date: Thu, 3 Jul 2014 16:26:37 +0800 Subject: [PATCH] add doit Fixes #57 --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index ca1aa7c8..d2a71c56 100644 --- a/README.md +++ b/README.md @@ -687,6 +687,7 @@ A curated list of awesome Python frameworks, libraries and software. Inspired by * [Fabric](http://www.fabfile.org/) - Tool for streamlining the use of SSH for application deployment or systems administration tasks. * [Fabtools](https://github.com/ronnix/fabtools) - Tools for writing awesome Fabric files. * [cuisine](https://github.com/sebastien/cuisine) - Chef-like functionality for Fabric. +* [doit](http://pydoit.org/) - A task runner/build tool. * [Supervisor](http://supervisord.org/) - A Process Control System. * [psutil](https://github.com/giampaolo/psutil) - A cross-platform process and system utilities module.