created the repo

This commit is contained in:
Arris Kathery 2023-12-10 17:21:50 -08:00
commit d2bc31662d
Signed by: elburg
GPG key ID: 565F8F14CB163871
4 changed files with 14 additions and 0 deletions

0
README.md Normal file
View file

14
pyproject.toml Normal file
View file

@ -0,0 +1,14 @@
[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"

0
tests/__init__.py Normal file
View file

0
themezed/__init__.py Normal file
View file