Skip to content

Commit

Permalink
Simplify authors field in pyproject.toml and sphinx documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
francesco-ballarin committed Dec 4, 2023
1 parent d65440d commit 9944a3a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
# Project information
project = "RBniCSx"
copyright = "2021-2023, the RBniCSx authors"
author = "Francesco Ballarin (and contributors)"
author = "Francesco Ballarin"

# General configuration
extensions = [
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ build-backend = "scikit_build_core.build"
name = "RBniCSx"
version = "0.0.dev1"
authors = [
{name = "Francesco Ballarin (and contributors)", email = "[email protected]"},
{name = "Francesco Ballarin", email = "[email protected]"},
]
maintainers = [
{name = "Francesco Ballarin", email = "[email protected]"},
Expand Down

0 comments on commit 9944a3a

Please sign in to comment.