9 lines
152 B
TOML
9 lines
152 B
TOML
|
|
[project]
|
||
|
|
name = "albatross"
|
||
|
|
version = "0.1.0"
|
||
|
|
dependencies = ["tqdm>=4,<5"]
|
||
|
|
|
||
|
|
[build-system]
|
||
|
|
requires = ["hatchling"]
|
||
|
|
build-backend = "hatchling.build"
|