created the repo
This commit is contained in:
commit
d2bc31662d
4 changed files with 14 additions and 0 deletions
0
README.md
Normal file
0
README.md
Normal file
14
pyproject.toml
Normal file
14
pyproject.toml
Normal 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
0
tests/__init__.py
Normal file
0
themezed/__init__.py
Normal file
0
themezed/__init__.py
Normal file
Loading…
Reference in a new issue