From ddebfb5928f2eae58cd633c8d3023801252a7a54 Mon Sep 17 00:00:00 2001 From: Eduardo Blancas Reyes Date: Wed, 2 Dec 2015 12:31:32 -0600 Subject: [PATCH] updates readme --- README.md | 4 +++- rebuildd/setup.py | 2 +- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 94cc1e4..a4da695 100755 --- a/README.md +++ b/README.md @@ -1,6 +1,8 @@ #REBUILDD API -This project is entirely based on [this project](https://github.com/dssg/labor) and it's an attempt to decouple the API from the rest of the project to make it scale. All credit goes to the original team. +This project is entirely based on [this project](https://github.com/dssg/labor) and it's an attempt to decouple the API from the rest of the project. + +The objective is to build an API that scales easily. ## License MIT license, see [LICENSE.txt](LICENSE.txt) diff --git a/rebuildd/setup.py b/rebuildd/setup.py index c0b2348..850be90 100755 --- a/rebuildd/setup.py +++ b/rebuildd/setup.py @@ -5,7 +5,7 @@ version='0.1', description='Real-time Business Indicators and Labor Dynamics Database', url='https://github.com/dssg', - author='Labor team', + author='Labor DSSG15 team', author_email='', license='', packages=['rebuildd'],