From 2392531ec7517aa8693f1252c558828bad5d475a Mon Sep 17 00:00:00 2001 From: Tom Date: Thu, 13 Feb 2025 13:48:34 +0000 Subject: [PATCH] Update pyproject.toml --- pyproject.toml | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 0feb744..76c5fc1 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -20,6 +20,11 @@ dependencies = [ "frozendict", ] +# Because this is a mixed rust/python project the structure is src/python/qubed rather than the more typical src/qubed +# Since this is slightly non-standard so we have to explicitly tell setuptools the python source is there. +[tool.setuptools.packages.find] +where = ["src/python"] + [project.scripts] qubed = "qubed.__main__:main" @@ -40,7 +45,9 @@ docs = [ "sphinx", "sphinx-rtd-theme", "myst_nb", - "sphinx-autobuild" + "sphinx-autobuild", + "jupyterlab", + "ipykernel", ] dev = [