From eca1a69d3b70a8b852ed79b1972f1c41ec0ecc21 Mon Sep 17 00:00:00 2001 From: Cameron Mattson Date: Mon, 9 Dec 2024 11:54:09 -0700 Subject: [PATCH] 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 = [