9 lines
159 B
TOML
9 lines
159 B
TOML
|
|
[project]
|
||
|
|
name = "bird-feeder"
|
||
|
|
version = "1.0.0"
|
||
|
|
dependencies = ["anyio>=4.3.0,<5"]
|
||
|
|
|
||
|
|
[build-system]
|
||
|
|
requires = ["hatchling"]
|
||
|
|
build-backend = "hatchling.build"
|