From cbd07dedca0a55ccb217d80061c2ef534b005ff4 Mon Sep 17 00:00:00 2001 From: Alexandru Fikl Date: Sun, 1 Sep 2024 11:27:43 +0300 Subject: [PATCH] fix editable installs --- pyproject.toml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/pyproject.toml b/pyproject.toml index ae4a9d76..1dd0c09b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -70,6 +70,10 @@ include = [ "meshmode*", ] +[tool.setuptools.package-dir] +# https://github.com/Infleqtion/client-superstaq/pull/715 +"" = "." + [tool.setuptools.package-data] meshmode = [ "py.typed",