15 lines
316 B
TOML
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"
|