From 43f9d78f8c00e13732b809519f0529ac293fd5ab Mon Sep 17 00:00:00 2001 From: Mitsuo Tokumori Date: Sun, 29 Oct 2023 07:41:04 -0500 Subject: Rename to ustayml (u-stayML) --- pyproject.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'pyproject.toml') 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 -- cgit v1.2.3