16 lines
341 B
TOML
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"
|