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.

15 lines
316 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.11"
[build-system]
requires = ["poetry-core"]
build-backend = "poetry.core.masonry.api"