From be0ee0f6309c71f0f8efbf45f731bc1541abd2ad Mon Sep 17 00:00:00 2001 From: Nicolas Roussel Date: Thu, 21 Nov 2024 15:05:33 +0100 Subject: [PATCH] Add `mitsuba` CLI tool to python package --- pyproject.toml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/pyproject.toml b/pyproject.toml index 6188ce93b..6df1a980a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -29,6 +29,9 @@ classifiers = [ [project.urls] Homepage = "https://github.com/mitsuba-renderer/mitsuba3" +[project.scripts] +mitsuba = "mitsuba.cli:_main" + [tool.scikit-build] # Protect the configuration against future changes in scikit-build-core