From d0dcf1f1480505de8fab24ddf7da218cebf5bb33 Mon Sep 17 00:00:00 2001 From: Carlos Quintana Date: Fri, 22 Apr 2022 08:26:37 +0200 Subject: [PATCH] Allow SimpleLogin to be used as a dependency --- pyproject.toml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/pyproject.toml b/pyproject.toml index 8d59c897..217627f7 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -26,6 +26,9 @@ authors = ["SimpleLogin "] license = "MIT" repository = "https://github.com/simple-login/app" keywords = ["email", "alias", "privacy", "oauth2", "openid"] +packages = [ + { include = "app/" } +] [tool.poetry.dependencies] python = "^3.7"