Add migrations and templates in app

This commit is contained in:
Adrià Casajús 2022-05-19 07:47:35 +02:00
parent e37689dc58
commit 74de29cec8
No known key found for this signature in database
GPG Key ID: F0033226A5AFC9B9
1 changed files with 3 additions and 1 deletions

View File

@ -27,8 +27,10 @@ license = "MIT"
repository = "https://github.com/simple-login/app"
keywords = ["email", "alias", "privacy", "oauth2", "openid"]
packages = [
{ include = "app/" }
{ include = "app/" },
{ include = "migrations/" },
]
include = ["templates/*", "templates/**/*"]
[tool.poetry.dependencies]
python = "^3.7"