diff options
Diffstat (limited to 'pyproject.toml')
| -rw-r--r-- | pyproject.toml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/pyproject.toml b/pyproject.toml index 5156197..e5df87f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,7 +1,7 @@ [project] -name = "flaskr" +name = "ustayml" version = "1.0.0" -description = "The basic blog app built in the Flask tutorial." +description = "thesis project website" dependencies = [ "flask", ] @@ -15,4 +15,4 @@ testpaths = ["tests"] [tool.coverage.run] branch = true -source = ["flaskr"]
\ No newline at end of file +source = ["ustayml"]
\ No newline at end of file |
