From 30e9d337e544aea6e40811a11b8555ac1a26e15e Mon Sep 17 00:00:00 2001 From: Luke Baumann Date: Thu, 17 Apr 2025 17:53:24 +0000 Subject: [PATCH] Adding collect_profile as an installable script of pathwaysutils --- pyproject.toml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/pyproject.toml b/pyproject.toml index 530da26..73aca39 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -54,3 +54,5 @@ exclude = [ "**/test", ] +[project.scripts] +collect_profile = "pathwaysutils.collect_profile:main"