Reorganize to fastapi template
This commit is contained in:
10
pyproject.toml
Normal file
10
pyproject.toml
Normal file
@@ -0,0 +1,10 @@
|
||||
[build-system]
|
||||
requires = ["setuptools"]
|
||||
build-backend = "setuptools.build_meta"
|
||||
|
||||
[project]
|
||||
name = "home-automation-backend"
|
||||
version = "0.1.0"
|
||||
|
||||
[tool.setuptools]
|
||||
packages = ["app"]
|
||||
Reference in New Issue
Block a user