-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge remote-tracking branch 'origin/main' into basic-implementation
- Loading branch information
Showing
2 changed files
with
3 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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" | ||
|
@@ -14,4 +14,4 @@ license = { file = "COPYING" } | |
[tool.pytest.ini_options] | ||
addopts = [ | ||
"--import-mode=importlib", | ||
] | ||
] |