In order to build guidata I need to add this in pyproject.toml
+[tool.setuptools.packages.find]
+include = ["guidata*"]
+
If not it finds multiple directory guidata and debian and understand that this is a multiple package project.
I think that it will be the same when you will re-add the doc directory.
In order to build guidata I need to add this in pyproject.toml
If not it finds multiple directory guidata and debian and understand that this is a multiple package project.
I think that it will be the same when you will re-add the doc directory.