diff --git a/Python/eryntools/README.md b/Python/eryntools/README.md new file mode 100644 index 0000000..e69de29 diff --git a/Python/eryntools/pyproject.toml b/Python/eryntools/pyproject.toml new file mode 100644 index 0000000..7c87698 --- /dev/null +++ b/Python/eryntools/pyproject.toml @@ -0,0 +1,9 @@ +[project] +name = "eryntools" +version = "0.0.1" +authors = [ + { name="Eryn Wells", email="eryn@erynwells.me" } +] +description = "A collection of utilities and tools by and for Eryn Wells." +readme = "README.md" +requires-python = ">=3.9"