Skip to content

Commit fd2441b

Browse files
committed
remove help@stsci.edu
1 parent 748b94a commit fd2441b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/source/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
configuration = conf["project"]
2121

2222
project = configuration["name"]
23-
author = f"{configuration['authors'][0]['name']} <{configuration['authors'][0]['email']}>"
23+
author = configuration["authors"][0]["name"]
2424
copyright = f"{datetime.datetime.now().year}, {author}"
2525

2626
# The short X.Y version

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ description = 'The ASDF Standard schemas'
44
readme = 'README.md'
55
requires-python = '>=3.9'
66
license-files = ['LICENSE']
7-
authors = [{ name = 'The ASDF Developers', email = 'help@stsci.edu' }]
7+
authors = [{ name = 'The ASDF Developers' }]
88
classifiers = [
99
'Programming Language :: Python',
1010
'Programming Language :: Python :: 3',

0 commit comments

Comments
 (0)