From 15ecb729ed9fd903033316d633c33c8190f94bf1 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Denilson=20Figueiredo=20de=20S=C3=A1?=
 <denilsonsa@gmail.com>
Date: Wed, 30 Jul 2014 01:02:14 -0300
Subject: [PATCH] Adding `fabricate` build tool

---
 README.md | 1 +
 1 file changed, 1 insertion(+)

diff --git a/README.md b/README.md
index 298d27d..5ad392d 100644
--- a/README.md
+++ b/README.md
@@ -120,6 +120,7 @@ A curated list of awesome Python frameworks, libraries and software. Inspired by
 * [SCons](http://www.scons.org/) - A software construction tool.
 * [PlatformIO](https://github.com/ivankravets/platformio) - A console tool to build code with different development platforms.
 * [BitBake](http://www.yoctoproject.org/docs/1.6/bitbake-user-manual/bitbake-user-manual.html) - A make-like build tool with the special focus of distributions and packages for embedded Linux.
+* [fabricate](https://code.google.com/p/fabricate/) - A build tool that finds dependencies automatically for any language.
 
 ## Interactive Interpreter
 
-- 
GitLab