From 35c2f503c2310d8630f0e313594dbb840b0c3b4d Mon Sep 17 00:00:00 2001 From: Tim Van Baak Date: Mon, 5 Jun 2023 16:29:13 -0700 Subject: [PATCH] Add a CLI script --- pyproject.toml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/pyproject.toml b/pyproject.toml index a2421b1..38888d2 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -2,5 +2,8 @@ name = "intake" version = "0.0.1" +[project.scripts] +intake = "intake.cli:main" + [tool.setuptools] packages = ["intake"]