Skip to content

Commit f966091

Browse files
authored
Remove help@stsci.edu reference (#299)
* remove help * update conf.py
1 parent 273ec29 commit f966091

2 files changed

Lines changed: 2 additions & 3 deletions

File tree

docs/conf.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,7 @@ def setup(app):
2929
setup_metadata = conf["project"]
3030

3131
project = setup_metadata["name"]
32-
primary_author = setup_metadata["authors"][0]
33-
author = f'{primary_author["name"]} <{primary_author["email"]}>'
32+
author = setup_metadata["authors"][0]["name"]
3433
copyright = f"{datetime.now().year}, {author}"
3534

3635
package = importlib.import_module(project)

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ description = "Nancy Grace Roman Space Telescope WFI Simulator"
44
readme = "README.md"
55
requires-python = ">=3.11,<3.14"
66
authors = [
7-
{ name = "STScI", email = "help@stsci.edu" },
7+
{ name = "STScI" },
88
]
99
classifiers = [
1010
"Intended Audience :: Science/Research",

0 commit comments

Comments
 (0)