Merge pull request #923 from cquintana92/feature/allow-simplelogin-to-be-used-as-dependency

Allow SimpleLogin to be used as a dependency
This commit is contained in:
Son Nguyen Kim 2022-04-22 08:34:06 +02:00 committed by GitHub
commit a886fb70f2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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"