From 0fafef4b96197aaf78f7108aad26a91ad9feeb8a Mon Sep 17 00:00:00 2001 From: Eric Mesa Date: Wed, 27 Nov 2024 13:39:01 -0500 Subject: [PATCH] Update pyproject.toml change the name to match the repo name and prevent confusion with the rust project taskchampion --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index a9cdf45..0cc0b8d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -3,7 +3,7 @@ requires = ["maturin>=1.5,<2.0"] build-backend = "maturin" [project] -name = "taskchampion" +name = "taskchampion-py" requires-python = ">=3.8" classifiers = [ "Programming Language :: Rust", @@ -16,7 +16,7 @@ dynamic = ["version"] features = ["pyo3/extension-module"] [tool.poetry] -name = "taskchampion" +name = "taskchampion-py" version = "0.1.0" authors = ["illyalaifu "] description = ""