mirror of
https://github.com/ralsina/xrandroll.git
synced 2024-11-21 18:42:22 +00:00
28 lines
559 B
TOML
28 lines
559 B
TOML
[tool.poetry]
|
|
name = "xrandroll"
|
|
version = "0.1.5"
|
|
description = "A powertool to configure your display"
|
|
authors = ["Roberto Alsina <roberto.alsina@gmail.com>"]
|
|
license = "MIT"
|
|
readme = "README.md"
|
|
homepage = "https://github.com/ralsina/xrandroll"
|
|
packages = [
|
|
{ include = "xrandroll" }
|
|
]
|
|
|
|
[tool.poetry.dependencies]
|
|
pyside2 = ">5.14"
|
|
python = ">=3.6 <3.9"
|
|
pyedid = ">=0.1"
|
|
parse = ">1.0"
|
|
|
|
|
|
[tool.poetry.dev-dependencies]
|
|
|
|
[build-system]
|
|
requires = ["poetry>=0.12"]
|
|
build-backend = "poetry.masonry.api"
|
|
|
|
[tool.poetry.scripts]
|
|
xrandroll = 'xrandroll:main'
|