diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 3e2f28828..79b939da8 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -25,7 +25,7 @@ number of the code change for that issue. These PRs can be viewed at: - Added functionality to allow the use of a two-column poller file. This is used to update the WFPC2 SVM aperture header keywords from the values in the poller - file. [#1683] + file. [#1683, #1150] - Removed the version restriction on matplotlib. [#1649] diff --git a/pyproject.toml b/pyproject.toml index 2f0652af3..0b8873015 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -9,7 +9,7 @@ description = """ readme = { file = 'README.md', content-type = 'text/x-rst' } requires-python = '>=3.9' license = { file = "LICENSE.txt" } -authors = [{ name = 'Megan Sosey' }, { name = 'Warren Hack' }, { name = 'Christopher Hanley' }, { name = 'Chris Sontag' }, { name = 'Mihai Cara' }, { name = 'Steven Goldman' }] +authors = [{ name = 'Megan Sosey' }, { name = 'Warren Hack' }, { name = 'Christopher Hanley' }, { name = 'Chris Sontag' }, { name = 'Mihai Cara' }, { name = 'Michael Dulude' }, { name = 'Michele De La Pena' }, { name = 'Steven Goldman' }] classifiers = [ 'Intended Audience :: Science/Research', "Topic :: Scientific/Engineering :: Astronomy",