From 61b97801402c9ae22967ecf425a08a3e59cec674 Mon Sep 17 00:00:00 2001 From: Guille Date: Tue, 18 Jul 2023 10:01:15 -0400 Subject: [PATCH] correct typo --- pyproject.toml | 8 ++++++++ pyptoject.toml | 0 2 files changed, 8 insertions(+) create mode 100644 pyproject.toml delete mode 100644 pyptoject.toml diff --git a/pyproject.toml b/pyproject.toml new file mode 100644 index 0000000..9b933e7 --- /dev/null +++ b/pyproject.toml @@ -0,0 +1,8 @@ +# pyproject.toml + +[build-system] +requires = ["setuptools>=61.0.0", "wheel"] +build-backend = "setuptools.build_meta" + +[options.packages.find_namespace] +where = "costs" \ No newline at end of file diff --git a/pyptoject.toml b/pyptoject.toml deleted file mode 100644 index e69de29..0000000