From 4ce65251738c4d5890d7c1d903cb535291845295 Mon Sep 17 00:00:00 2001 From: Adler Medrado Date: Wed, 2 Oct 2024 18:07:31 -0300 Subject: [PATCH] Add codecov badge --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 3734ad8..6ec6482 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,9 +1,9 @@ [tool.poetry] name = "shadow_data" version = "0.1.0" -description = "A Python library for data anonymization, masking, and perturbation." +description = "A sensitive data handler python library" authors = ["Adler Medrado "] -license = "BSD" +license = "BSD-3 Clause" [tool.poetry.dependencies] python = "^3.12"