From eca1a69d3b70a8b852ed79b1972f1c41ec0ecc21 Mon Sep 17 00:00:00 2001 From: Cameron Mattson Date: Mon, 9 Dec 2024 11:54:09 -0700 Subject: [PATCH 1/2] Added metadata of project to pyproject file. --- pyproject.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 4cfba16..35fcc7a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,9 +1,9 @@ [tool.poetry] name = "pairwise-compare" version = "0.1.0" -description = "" -authors = ["Your Name "] -license = "CC0 1.0 Universal" +description = "Allows the user to compare groups of data specified in a tidy pandas dataframe with ease." +authors = ["Cameron Mattson "] +license = "CC-BY-4.0" readme = "README.md" packages = [ From af906a28062dae7a131f3f1a9766072b32bae239 Mon Sep 17 00:00:00 2001 From: Cameron Mattson <92554334+MattsonCam@users.noreply.github.com> Date: Thu, 10 Apr 2025 21:15:47 +0000 Subject: [PATCH 2/2] updated license field in poetry metadata --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 35fcc7a..d1fd258 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -3,7 +3,7 @@ name = "pairwise-compare" version = "0.1.0" description = "Allows the user to compare groups of data specified in a tidy pandas dataframe with ease." authors = ["Cameron Mattson "] -license = "CC-BY-4.0" +license = "BSD 3-Clause" readme = "README.md" packages = [