Skip to content

Commit

Permalink
Fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
garth-wells committed Oct 16, 2023
1 parent a827000 commit a4c2cfd
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,8 @@ build-backend = "setuptools.build_meta"
[project]
name = "fenics-ufl"
version = "2023.3.0.dev0"
author = "FEniCS Project Contributors"
email = "fenics-dev@googlegroups.com"
maintainer = "FEniCS Project Steering Council"
authors = [{email="fenics-dev@googlegroups.com"}, {name="FEniCS Project"}]
maintainers = [{email="fenics-dev@googlegroups.com"}, {name="FEniCS Project Steering Council"}]
description = "Unified Form Language"
readme = "README.rst"
license = {file = "LICENSE"}
Expand Down Expand Up @@ -39,7 +38,7 @@ ci = [
packages = [
"ufl",
"ufl.algorithms",
"ufl.core,
"ufl.core",
"ufl.corealg",
"ufl.finiteelement",
"ufl.formatting",
Expand All @@ -48,7 +47,7 @@ packages = [
]

[pydocstyle]
convention = google
convention = "google"

[isort]
line_length = 120

0 comments on commit a4c2cfd

Please sign in to comment.