From bffdaf882623949f423aeddd04b71fd6d5be08d4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?R=C3=A9mi=20Louf?= Date: Thu, 17 Aug 2023 00:35:34 +0200 Subject: [PATCH] Explicitly list the packages in modules --- pyproject.toml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/pyproject.toml b/pyproject.toml index e0873ac76..788e64e46 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -62,6 +62,9 @@ repository = "https://github.com/normal-computing/outlines" file="README.md" content-type = "text/markdown" +[tool.setuptools] +packages = ["outlines"] + [tool.setuptools_scm] write_to = "outlines/_version.py"