mirror of
https://github.com/simple-login/app.git
synced 2025-02-25 00:03:03 +08:00
Allow SimpleLogin to be used as a dependency
This commit is contained in:
parent
99d31698e7
commit
d0dcf1f148
1 changed files with 3 additions and 0 deletions
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue