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" } +]