From ecf2508051d65f62d82041303ada905d42682610 Mon Sep 17 00:00:00 2001 From: Matthew Lemon Date: Sat, 28 Sep 2019 06:31:56 +0100 Subject: added entry point for pyinstaller --- cli.py | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 cli.py (limited to 'cli.py') diff --git a/cli.py b/cli.py new file mode 100644 index 0000000..b493f58 --- /dev/null +++ b/cli.py @@ -0,0 +1,4 @@ +from datamaps.main import cli + +if __name__ == '__main__': + cli \ No newline at end of file -- cgit v1.2.3