Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
[tool.poetry]
name = "pairwise-compare"
version = "0.1.0"
description = ""
authors = ["Your Name <you@example.com>"]
license = "CC0 1.0 Universal"
description = "Allows the user to compare groups of data specified in a tidy pandas dataframe with ease."
Comment thread
MattsonCam marked this conversation as resolved.
authors = ["Cameron Mattson <mattsoncameron1@gmail.com>"]
license = "CC-BY-4.0"
Comment thread
MattsonCam marked this conversation as resolved.
Outdated
readme = "README.md"

packages = [
Expand Down