adding build file
This commit is contained in:
12
pyproject.toml
Normal file
12
pyproject.toml
Normal file
@@ -0,0 +1,12 @@
|
||||
[project]
|
||||
name = "weather"
|
||||
version = "1.0.0"
|
||||
description = "A little weather app"
|
||||
dependencies = [
|
||||
"flask",
|
||||
"requests",
|
||||
]
|
||||
|
||||
[build-system]
|
||||
requires = ["flit_core<4"]
|
||||
build-backend = "flit_core.buildapi"
|
||||
Reference in New Issue
Block a user