easyconf-lemonbar/pyproject.toml

19 lines
426 B
TOML
Raw Normal View History

2023-03-11 22:51:30 +00:00
[tool.poetry]
name = "easyconf-lemonbar"
version = "0.1.0"
description = "A python script to easily configure lemonbar."
authors = ["Noah Swerhun <noah@noahsw.xyz>"]
license = "GPL-3.0-or-later"
readme = "README.md"
packages = [{include = "easyconf_lemonbar"}]
[tool.poetry.dependencies]
python = "^3.10"
PyYAML = "^6.0"
schema = "^0.7.5"
[build-system]
requires = ["poetry-core"]
build-backend = "poetry.core.masonry.api"