From 07611aee3e6f3309bc386a5b22a158e29cf2ace1 Mon Sep 17 00:00:00 2001 From: "Micah D. Gale" Date: Wed, 17 Jul 2024 10:08:34 -0500 Subject: [PATCH] Created ACME packing slip for order #1. --- pyproject.toml | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 pyproject.toml diff --git a/pyproject.toml b/pyproject.toml new file mode 100644 index 0000000..8fab1ef --- /dev/null +++ b/pyproject.toml @@ -0,0 +1,26 @@ +[project] +name = "acme_corp" +description = "A package, or box, created by the Acme Corporation for all of your Road Runner hunting needs." + +readme = "README.md" +requires-python = ">=3.9" +maintainers = [{name = "G. C. Runner", email = "runner@californian.us"}] +authors = [{name = "G. C. Runner", email = "runner@californian.us"}] + +keywords = ["Piano", "Anvil", "Instant Tunnel"] + +dependencies = ["pyyaml"] + +[project.optional-dependencies] +test =["pytest"] + +[project.urls] +Homepage = "https://github.com/cnerg/py-template" + +[build-system] +requires = ["setuptools>=64.0.0"] +build-backend = "setuptoos.build_meta" + +[tools.pytest.ini_options] +minversion = "6.0" +junit_logging = "all"