16 lines
342 B
TOML
16 lines
342 B
TOML
|
[tool.poetry]
|
||
|
name = "lumbunglib"
|
||
|
version = "0.1.0"
|
||
|
description = "Python lib which powers lumbung[dot]space automation"
|
||
|
authors = ["rra", "decentral1se"]
|
||
|
license = "GPLv3+"
|
||
|
|
||
|
[tool.poetry.dependencies]
|
||
|
python = "^3.9"
|
||
|
|
||
|
[tool.poetry.dev-dependencies]
|
||
|
|
||
|
[build-system]
|
||
|
requires = ["poetry-core>=1.0.0"]
|
||
|
build-backend = "poetry.core.masonry.api"
|