From 91a84cf799932f05cb304d161d0911573bcd27b2 Mon Sep 17 00:00:00 2001 From: Clare Shanahan Date: Thu, 10 Mar 2022 12:22:01 -0500 Subject: [PATCH] fixed classifiers in setup.cfg --- setup.cfg | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/setup.cfg b/setup.cfg index 56b222f..0af5d45 100644 --- a/setup.cfg +++ b/setup.cfg @@ -13,13 +13,13 @@ project_urls = Bug Reports = https://github.com/spacetelescope/wfc3tools/issues/ Source = https://github.com/spacetelescope/wfc3tools/ Help = https://hsthelp.stsci.edu -classifiers= - 'Intended Audience :: Science/Research', - 'License :: OSI Approved :: BSD License', - 'Operating System :: OS Independent', - 'Programming Language :: Python', - 'Topic :: Scientific/Engineering :: Astronomy', - 'Topic :: Software Development :: Libraries :: Python Modules' +classifier= + Intended Audience :: Science/Research + License :: OSI Approved :: BSD License + Operating System :: OS Independent + Programming Language :: Python + Topic :: Scientific/Engineering :: Astronomy + Topic :: Software Development :: Libraries :: Python Modules [options] packages = find: