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)