From 14a4ed4c738bd6565ec02dbbf400e1cd4b71de30 Mon Sep 17 00:00:00 2001 From: mdlpstsci Date: Mon, 6 Nov 2023 09:49:41 -0500 Subject: [PATCH] Updates to CHANGELOG and add authors (#1694) --- CHANGELOG.rst | 2 +- pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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",