From 31450a0eea63cf5d85a0b82cb5211e5d47d282c6 Mon Sep 17 00:00:00 2001 From: Pey Lian Lim Date: Fri, 19 Jan 2018 16:45:33 -0500 Subject: [PATCH] Remove commas from classifiers --- setup.cfg | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/setup.cfg b/setup.cfg index dbc5fd4..87afcc3 100644 --- a/setup.cfg +++ b/setup.cfg @@ -27,12 +27,12 @@ url = http://www.github.com/spacetelescope/stsynphot_refactor edit_on_github = False github_project = spacetelescope/stsynphot_refactor classifiers = - Intended Audience :: Science/Research, - License :: OSI Approved :: BSD License, - Operating System :: OS Independent, - Programming Language :: Python :: 2.7, - Programming Language :: Python :: 3, - Topic :: Scientific/Engineering :: Astronomy, + Intended Audience :: Science/Research + License :: OSI Approved :: BSD License + Operating System :: OS Independent + Programming Language :: Python :: 2.7 + Programming Language :: Python :: 3 + Topic :: Scientific/Engineering :: Astronomy Topic :: Scientific/Engineering :: Physics [flake8]