summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--manage.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/manage.py b/manage.py
index 311c9ac..7eb9f76 100644
--- a/manage.py
+++ b/manage.py
@@ -4,5 +4,6 @@ from cli import cli
cli = click.CommandCollection(sources=[cli])
+# this file is only required for Netlify build to be able to trigger CLI
if __name__ == "__main__":
cli()