From d2bc31662da3a4b246799995f6f7b12fa9648c00 Mon Sep 17 00:00:00 2001 From: Arris Kathery Date: Sun, 10 Dec 2023 17:21:50 -0800 Subject: [PATCH] created the repo --- README.md | 0 pyproject.toml | 14 ++++++++++++++ tests/__init__.py | 0 themezed/__init__.py | 0 4 files changed, 14 insertions(+) create mode 100644 README.md create mode 100644 pyproject.toml create mode 100644 tests/__init__.py create mode 100644 themezed/__init__.py 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