From c556e1fb493d2c37f7298bf450da96369ed9b1ce Mon Sep 17 00:00:00 2001 From: rly0nheart <74001397+rly0nheart@users.noreply.github.com> Date: Thu, 17 Oct 2024 01:11:46 +0200 Subject: [PATCH 1/2] 1.5.0 --- pyproject.toml | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 1f22b73..0d7781b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -2,23 +2,22 @@ name = "karmakaze" version = "1.5.0" description = "Data sanitation engine for Knew Karma" -authors = ["Richard Mwewa "] -license = "MIT License" +authors = ["Richard Mwewa ", "Knew Karma IO Date: Thu, 17 Oct 2024 01:12:04 +0200 Subject: [PATCH 2/2] 1.5.0 --- pyproject.toml | 3 --- 1 file changed, 3 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 0d7781b..df8b67b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -16,9 +16,6 @@ classifiers = [ "Natural Language :: English" ] -[tool.poetry.urls] -"Bug Tracker" = "https://github.com/knewkarma-io/karmakaze/issues" - [tool.poetry.dependencies] python = "^3.10"