Skip to content

Commit 9156537

Browse files
authored
Merge pull request #13 from WayScience/poetry_metadata
Added metadata to Poetry
2 parents bd21e56 + af906a2 commit 9156537

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pyproject.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
[tool.poetry]
22
name = "pairwise-compare"
33
version = "0.1.0"
4-
description = ""
5-
authors = ["Your Name <you@example.com>"]
6-
license = "CC0 1.0 Universal"
4+
description = "Allows the user to compare groups of data specified in a tidy pandas dataframe with ease."
5+
authors = ["Cameron Mattson <mattsoncameron1@gmail.com>"]
6+
license = "BSD 3-Clause"
77
readme = "README.md"
88

99
packages = [

0 commit comments

Comments
 (0)