We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 273ec29 commit f966091Copy full SHA for f966091
2 files changed
docs/conf.py
@@ -29,8 +29,7 @@ def setup(app):
29
setup_metadata = conf["project"]
30
31
project = setup_metadata["name"]
32
-primary_author = setup_metadata["authors"][0]
33
-author = f'{primary_author["name"]} <{primary_author["email"]}>'
+author = setup_metadata["authors"][0]["name"]
34
copyright = f"{datetime.now().year}, {author}"
35
36
package = importlib.import_module(project)
pyproject.toml
@@ -4,7 +4,7 @@ description = "Nancy Grace Roman Space Telescope WFI Simulator"
4
readme = "README.md"
5
requires-python = ">=3.11,<3.14"
6
authors = [
7
- { name = "STScI", email = "help@stsci.edu" },
+ { name = "STScI" },
8
]
9
classifiers = [
10
"Intended Audience :: Science/Research",
0 commit comments