Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/main' into basic-implementation
Browse files Browse the repository at this point in the history
  • Loading branch information
GoodingJamie committed Oct 23, 2023
2 parents 5bef867 + 132cffc commit 5778e2d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
# whisk

whisk is a tool for combining ROOT datastructures with categories of known ratios. The tool is built upon the pythonised RDataFrame framework.
whisk is a tool for combining data structures with categories of known ratios.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ build-backend = "setuptools.build_meta"
[project]
name = "whisk"
requires-python = ">=3.8"
description = "Proportioned combination of RDataFrame data structures"
description = "Proportioned combination of data structures"
authors = [{ name = "Jamie Gooding" }, { email = "[email protected]" }]
dynamic = ["version"]
readme = "README.md"
Expand All @@ -14,4 +14,4 @@ license = { file = "COPYING" }
[tool.pytest.ini_options]
addopts = [
"--import-mode=importlib",
]
]

0 comments on commit 5778e2d

Please sign in to comment.