summaryrefslogtreecommitdiff
path: root/manage.py
diff options
context:
space:
mode:
Diffstat (limited to 'manage.py')
-rw-r--r--manage.py9
1 files changed, 0 insertions, 9 deletions
diff --git a/manage.py b/manage.py
deleted file mode 100644
index 7eb9f76..0000000
--- a/manage.py
+++ /dev/null
@@ -1,9 +0,0 @@
-import click
-
-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()