From e88d5ba87919cac99f92eef0f43ff9efe0cf6549 Mon Sep 17 00:00:00 2001 From: gnikit Date: Mon, 1 Apr 2024 08:12:43 +0100 Subject: [PATCH] build: makes executables scripts dynamic --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index ea701bf..6e9e8f4 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -27,7 +27,7 @@ classifiers = [ "Topic :: Scientific/Engineering", "Topic :: Utilities", ] -dynamic = ["entry-points"] +dynamic = ["entry-points", "scripts"] [project.urls] Homepage = "https://www.mmgtools.org/"