Skip to content

Commit

Permalink
fix docs
Browse files Browse the repository at this point in the history
  • Loading branch information
connorjward committed Dec 5, 2024
1 parent 61d3d54 commit 67fa35e
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,10 @@ classifiers = [
Repository = "https://github.com/firedrakeproject/fiat.git"

[project.optional-dependencies]
doc = ["sphinx"]
doc = [
"setuptools", # for pkg_resources
"sphinx",
]

[tool.setuptools]
packages = ["FIAT", "finat", "finat.ufl", "gem"]

0 comments on commit 67fa35e

Please sign in to comment.