Skip to content

Commit

Permalink
Fix pyproject.toml optional-dependencies (#59)
Browse files Browse the repository at this point in the history
Declare `optional-dependencies` as dynamic to use the settings from `setup.cfg`.

Closes #58
  • Loading branch information
dweindl authored Nov 10, 2024
1 parent 86b90b9 commit dea1790
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ build-backend = "setuptools.build_meta"
name = "fiddy"
description = "Finite difference methods"
readme = "README.md"
dynamic = ["version"]
dynamic = ["version", "optional-dependencies"]
license = { file = "LICENSE" }
authors = [
{ name = "The fiddy developers", email = "[email protected]" }
Expand Down

0 comments on commit dea1790

Please sign in to comment.