From 22fa7d08347697981173e4a8fe6abd46060e6a9f Mon Sep 17 00:00:00 2001 From: mdlpstsci Date: Tue, 7 Feb 2023 10:45:03 -0500 Subject: [PATCH] Fix typo in pyproject.toml. (#1506) (#1507) --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index c474c5d70..e8443184c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -12,7 +12,7 @@ license = { file = "LICENSE.txt" } authors = [{ name = 'Megan Sosey' }, { name = 'Warren Hack' }, { name = 'Christopher Hanley' }, { name = 'Chris Sontag' }, { name = 'Mihai Cara' }] classifiers = [ 'Intended Audience :: Science/Research', - "Topic :: Scientific/Engineering :: Astronomy's", + "Topic :: Scientific/Engineering :: Astronomy", 'License :: OSI Approved :: BSD License', 'Operating System :: MacOS :: MacOS X', 'Operating System :: POSIX',