commit d2bc31662da3a4b246799995f6f7b12fa9648c00 Author: Arris Kathery Date: Sun Dec 10 17:21:50 2023 -0800 created the repo diff --git a/README.md b/README.md new file mode 100644 index 0000000..e69de29 diff --git a/pyproject.toml b/pyproject.toml new file mode 100644 index 0000000..890a6b0 --- /dev/null +++ b/pyproject.toml @@ -0,0 +1,14 @@ +[tool.poetry] +name = "themezed" +version = "0.0.0" +description = "An advanced cross-platform theme manager." +authors = ["Arris Kathery "] +readme = "README.md" + +[tool.poetry.dependencies] +python = "^3.11" + + +[build-system] +requires = ["poetry-core"] +build-backend = "poetry.core.masonry.api" diff --git a/tests/__init__.py b/tests/__init__.py new file mode 100644 index 0000000..e69de29 diff --git a/themezed/__init__.py b/themezed/__init__.py new file mode 100644 index 0000000..e69de29