added pyproject.toml to food-repo
This commit is contained in:
7
conf/apps/food-repo/pyproject.toml
Normal file
7
conf/apps/food-repo/pyproject.toml
Normal file
@@ -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" }
|
||||
]
|
||||
Reference in New Issue
Block a user