From e9115cdaa6cd649478a7e6702b7ddc25aa8830e7 Mon Sep 17 00:00:00 2001 From: Brosef Date: Sat, 14 Jun 2025 18:34:29 +0100 Subject: [PATCH] Created library files --- requirements.txt => PDOLib/__init__.py | 0 pyproject.toml | 10 ++++++++++ 2 files changed, 10 insertions(+) rename requirements.txt => PDOLib/__init__.py (100%) create mode 100644 pyproject.toml diff --git a/requirements.txt b/PDOLib/__init__.py similarity index 100% rename from requirements.txt rename to PDOLib/__init__.py diff --git a/pyproject.toml b/pyproject.toml new file mode 100644 index 0000000..cc7f63c --- /dev/null +++ b/pyproject.toml @@ -0,0 +1,10 @@ +[build-system] +requires = ["setuptools>=42", "wheel"] +build-backend = "setuptools.build_meta" + +[project] +name = "PDOLib" +version = "0.0.1.dev0" +description = "Pain Delivery Option Library" +authors = [{ name = "Brosef" }] +dependencies = ["NoPELib"] \ No newline at end of file