From 83e612afa0562aa6f443e329128fe9ecffea1363 Mon Sep 17 00:00:00 2001 From: Jess Frazelle Date: Wed, 19 Jun 2024 16:32:48 -0700 Subject: [PATCH] updates Signed-off-by: Jess Frazelle --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index cbfc2b5..3e89ba5 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -3,7 +3,7 @@ requires = ["maturin>=1.6,<2.0"] build-backend = "maturin" [project] -name = "kcl" +name = "zoo-kcl" requires-python = ">=3.8" classifiers = [ "Programming Language :: Rust",