From df57eff6a92dec12313dcfe24cf7ee85b7426cfc Mon Sep 17 00:00:00 2001 From: Adam Groszer Date: Tue, 1 Jul 2014 09:20:28 +0200 Subject: [PATCH] added buildout --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index dc97fde9..168a4eb2 100644 --- a/README.md +++ b/README.md @@ -74,6 +74,7 @@ A curated list of awesome Python frameworks, libraries and resources. Inspired b * [pip](https://pip.pypa.io/en/latest/) / [Python Package Index](https://pypi.python.org/pypi) - The package and dependency manager. * [wheel](http://pythonwheels.com/) - The new standard of python distribution and are intended to replace eggs. +* [buildout](http://www.buildout.org/) - Python-based build system for creating, assembling and deploying applications from multiple parts, some of which may be non-Python-based. It lets you create a buildout configuration and reproduce the same software later. ## Files