24 lines
511 B
TOML
24 lines
511 B
TOML
[tool.poetry]
|
|
name = "rei_dotools"
|
|
version = "0.1.0"
|
|
description = "Reivilibre's tools for managing windows."
|
|
authors = ["Olivier 'reivilibre' <olivier@librepush.net>"]
|
|
|
|
[tool.poetry.dependencies]
|
|
python = "^3.8"
|
|
#python-libxdo-ng = "^0.1.4"
|
|
psutil = "^5.9.1"
|
|
|
|
[tool.poetry.dev-dependencies]
|
|
pytest = "^5.2"
|
|
black = "^22.6.0"
|
|
isort = "^5.10.1"
|
|
|
|
|
|
[tool.poetry.scripts]
|
|
rdt_focusorstart = 'rei_dotools.focusorstart:main'
|
|
|
|
[build-system]
|
|
requires = ["poetry-core>=1.0.0"]
|
|
build-backend = "poetry.core.masonry.api"
|