From 86405ef597648a4442410cab7094f092eb42d485 Mon Sep 17 00:00:00 2001 From: Nicola Demo Date: Thu, 6 Feb 2025 11:07:53 +0100 Subject: [PATCH] add submodule installation in toml --- pyproject.toml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 73b065c..71a5604 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -33,6 +33,5 @@ test = [ Homepage = "https://github.com/mathLab/PINA" Repository = "https://github.com/mathLab/PINA" -[tool.setuptools] -packages = ["pina"] - +[tool.setuptools.packages] +find = {} \ No newline at end of file