From 657920c33e01fd6c6c809174ceb4e0584a56f942 Mon Sep 17 00:00:00 2001 From: Eduardo Blancas Reyes Date: Wed, 2 Dec 2015 12:51:20 -0600 Subject: [PATCH] readme changes --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index a4da695..33ac141 100755 --- a/README.md +++ b/README.md @@ -4,5 +4,13 @@ This project is entirely based on [this project](https://github.com/dssg/labor) The objective is to build an API that scales easily. +All credit goes to the labor team. Labor! + +##Main changes from the original `app` and `rebuildd` folders + +* The Flask now includes a sript to be deployed on gunicorn +* Many HTML files were deleted since this project is going to be API only +* rebuildd is now a Python package so it's easy to import (just do `python setup.py`) + ## License MIT license, see [LICENSE.txt](LICENSE.txt)