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