xrandroll/pyproject.toml

31 lines
622 B
TOML
Raw Permalink Normal View History

2020-02-01 16:49:26 -03:00
[tool.poetry]
name = "xrandroll"
2022-06-08 14:26:35 -03:00
version = "0.1.7"
2020-02-01 16:49:26 -03:00
description = "A powertool to configure your display"
authors = ["Roberto Alsina <roberto.alsina@gmail.com>"]
license = "MIT"
readme = "README.md"
2020-02-02 14:02:48 -03:00
homepage = "https://github.com/ralsina/xrandroll"
2020-02-01 16:49:26 -03:00
packages = [
{ include = "xrandroll" }
]
[tool.poetry.dependencies]
pyside2 = ">5.14"
2022-06-07 13:43:14 -03:00
python = ">=3.7,<3.11"
pyedid = ">=0.1"
parse = ">1.0"
2020-02-01 16:49:26 -03:00
[tool.poetry.dev-dependencies]
2022-06-08 09:24:40 -03:00
pytest = "^6"
2020-02-05 20:02:44 -03:00
pytest-fixtures = "^0.1.0"
2022-06-07 13:43:14 -03:00
pre-commit = "^2.19"
2020-02-01 16:49:26 -03:00
[build-system]
requires = ["poetry>=0.12"]
build-backend = "poetry.masonry.api"
[tool.poetry.scripts]
2020-02-02 11:38:08 -03:00
xrandroll = 'xrandroll:main'