In an effort to subdue crawlers, add a robots.txt to publicAPI/static
http://stackoverflow.com/questions/14048779/with-flask-how-can-i-serve-robots-txt-and-sitemap-xml-as-static-files
Notes:
- need to add
publicAPI/static to MANIFEST.in
- may need to add
publicAPI/static/* to package_data in setup.py
- Any new endpoints will need to add tests to
test_crest_endpoint.py