From 784636b1d4f7c8b9e530ed66f917f3f84b568cd2 Mon Sep 17 00:00:00 2001 From: Vianney Mixtur Date: Sun, 17 Sep 2023 23:35:25 +0200 Subject: [PATCH] Update pyproject.toml --- pyproject.toml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/pyproject.toml b/pyproject.toml index 2379ddc..a019f05 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -27,6 +27,9 @@ dependencies = [ ] requires-python = ">=3.10" +[tool.setuptools] +packages = ["monggregate"] + [project.optional-dependencies] mongo = ["pymongo >= 3.0.0"] dev = ["bumpver", "pytest", "mypy", "pylint"]