You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

16 lines
341 B
TOML

[tool.poetry]
name = "themezed"
version = "0.0.0"
description = "An advanced cross-platform theme manager."
authors = ["Arris Kathery <whotookelburg@hotmail.com>"]
readme = "README.md"
[tool.poetry.dependencies]
python = "<3.13,>=3.8"
pyside6 = "^6.6.1"
[build-system]
requires = ["poetry-core"]
build-backend = "poetry.core.masonry.api"