Skip to content

Commit

Permalink
Update pyproject.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
GoodingJamie authored Oct 23, 2023
1 parent 6debc80 commit 132cffc
Showing 1 changed file with 2 additions and 2 deletions.
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 132cffc

Please sign in to comment.