From 3962e14749aeef631e946b7e2ee1d75fe866ef3f Mon Sep 17 00:00:00 2001 From: Nick Waters Date: Mon, 22 Apr 2024 14:54:43 -0400 Subject: [PATCH] fix bad entrypoint --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 5793503..8586c58 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -19,4 +19,4 @@ classifiers = [ [project.scripts] -fcid = "fcid.run:cli" \ No newline at end of file +fcid = "fcid.run:main" \ No newline at end of file