From 21cec2eb27543f2eb9f9f39eb14ae1aa379d9410 Mon Sep 17 00:00:00 2001 From: John Lancaster <32917998+jsl12@users.noreply.github.com> Date: Sat, 10 Aug 2024 13:55:36 -0500 Subject: [PATCH] added pyproject.toml to food-repo --- conf/apps/food-repo/pyproject.toml | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 conf/apps/food-repo/pyproject.toml diff --git a/conf/apps/food-repo/pyproject.toml b/conf/apps/food-repo/pyproject.toml new file mode 100644 index 0000000..54b1d44 --- /dev/null +++ b/conf/apps/food-repo/pyproject.toml @@ -0,0 +1,7 @@ +[project] +name = "food-pkg" +version = "0.1.0" +description = "A brief description of your package." +authors = [ + { name="Your Name", email="your.email@example.com" } +]