Allow SimpleLogin to be used as a dependency

This commit is contained in:
Carlos Quintana 2022-04-22 08:26:37 +02:00
parent 99d31698e7
commit d0dcf1f148
No known key found for this signature in database
GPG Key ID: 9A3A2DE1C3E2A4B1
1 changed files with 3 additions and 0 deletions

View File

@ -26,6 +26,9 @@ authors = ["SimpleLogin <dev@simplelogin.io>"]
license = "MIT"
repository = "https://github.com/simple-login/app"
keywords = ["email", "alias", "privacy", "oauth2", "openid"]
packages = [
{ include = "app/" }
]
[tool.poetry.dependencies]
python = "^3.7"