This commit is contained in:
commit
95a533c876
451 changed files with 18255 additions and 0 deletions
13
templates/dev/flask-hello/pyproject.toml
Normal file
13
templates/dev/flask-hello/pyproject.toml
Normal file
|
|
@ -0,0 +1,13 @@
|
|||
[build-system]
|
||||
requires = ["setuptools"]
|
||||
build-backend = "setuptools.build_meta"
|
||||
|
||||
[project]
|
||||
name = "flask_hello"
|
||||
version = "0.1.0"
|
||||
dependencies = [
|
||||
"flask",
|
||||
]
|
||||
|
||||
[tool.setuptools.packages.find]
|
||||
include = ["flask_hello*"]
|
||||
Loading…
Add table
Add a link
Reference in a new issue