Tuxput: initial upload

This brings in publish.trustedfirmware.org to allow for S3 publishing.

Signed-off-by: Benjamin Copeland <ben.copeland@linaro.org>
Change-Id: Ida3dd3186a8140cd01801ce7ac0223234703343f
diff --git a/zappa_init.py b/zappa_init.py
new file mode 100644
index 0000000..67d3099
--- /dev/null
+++ b/zappa_init.py
@@ -0,0 +1,5 @@
+# When using a flask app factory, this file is required.
+# See https://github.com/Miserlou/Zappa/issues/1771
+# and https://github.com/Miserlou/Zappa/pull/1775
+from tuxput import create_app
+app = create_app()