Skip to content

Commit ae4be0c

Browse files
authored
Merge pull request #66 from cshanahan1/fixsetup
fixed classifiers in setup.cfg
2 parents 96a7be2 + 91a84cf commit ae4be0c

1 file changed

Lines changed: 7 additions & 7 deletions

File tree

setup.cfg

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -13,13 +13,13 @@ project_urls =
1313
Bug Reports = https://github.com/spacetelescope/wfc3tools/issues/
1414
Source = https://github.com/spacetelescope/wfc3tools/
1515
Help = https://hsthelp.stsci.edu
16-
classifiers=
17-
'Intended Audience :: Science/Research',
18-
'License :: OSI Approved :: BSD License',
19-
'Operating System :: OS Independent',
20-
'Programming Language :: Python',
21-
'Topic :: Scientific/Engineering :: Astronomy',
22-
'Topic :: Software Development :: Libraries :: Python Modules'
16+
classifier=
17+
Intended Audience :: Science/Research
18+
License :: OSI Approved :: BSD License
19+
Operating System :: OS Independent
20+
Programming Language :: Python
21+
Topic :: Scientific/Engineering :: Astronomy
22+
Topic :: Software Development :: Libraries :: Python Modules
2323

2424
[options]
2525
packages = find:

0 commit comments

Comments
 (0)