From 9ecd59ab55fc429d885ef8f310c54a5dacfb6350 Mon Sep 17 00:00:00 2001 From: fdf <0xfdf@implies.com> Date: Fri, 2 Aug 2024 23:16:49 -0400 Subject: [PATCH] Rename pypoetry.toml to pyproject.toml --- pypoetry.toml => pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename pypoetry.toml => pyproject.toml (98%) diff --git a/pypoetry.toml b/pyproject.toml similarity index 98% rename from pypoetry.toml rename to pyproject.toml index 45eb684..52cf058 100644 --- a/pypoetry.toml +++ b/pyproject.toml @@ -55,4 +55,4 @@ authors = ["0xfdf <0xfdf@implies.com>"] [tool.poetry.dependencies] python = "^3.10" numpy = "1.26.2" -polars = "^0.20.3" \ No newline at end of file +polars = "^0.20.3"