summaryrefslogtreecommitdiffstats
path: root/pyproject.toml
blob: e5df87f4609b9909cc8baef4bc27b7c00c069e7e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
[project]
name = "ustayml"
version = "1.0.0"
description = "thesis project website"
dependencies = [
    "flask",
]

[build-system]
requires = ["flit_core<4"]
build-backend = "flit_core.buildapi"

[tool.pytest.ini_options]
testpaths = ["tests"]

[tool.coverage.run]
branch = true
source = ["ustayml"]