File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 2020configuration = conf ["project" ]
2121
2222project = configuration ["name" ]
23- author = f" { configuration [' authors' ][0 ][' name' ] } < { configuration [ 'authors' ][ 0 ][ 'email' ] } >"
23+ author = configuration [" authors" ][0 ][" name" ]
2424copyright = f"{ datetime .datetime .now ().year } , { author } "
2525
2626# The short X.Y version
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ description = 'The ASDF Standard schemas'
44readme = ' README.md'
55requires-python = ' >=3.9'
66license-files = [' LICENSE' ]
7- authors = [{ name = ' The ASDF Developers' , email = ' help@stsci.edu ' }]
7+ authors = [{ name = ' The ASDF Developers' }]
88classifiers = [
99 ' Programming Language :: Python' ,
1010 ' Programming Language :: Python :: 3' ,
You can’t perform that action at this time.
0 commit comments