Skip to content

Commit 1715500

Browse files
authored
Merge pull request #698 from spacetelescope/2.4.0x
fix classifiers so that pypi accepts the package
2 parents 393a8ea + 4616804 commit 1715500

1 file changed

Lines changed: 8 additions & 8 deletions

File tree

setup.cfg

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -9,14 +9,14 @@ url = http://github.com/spacetelescope/asdf
99
edit_on_github = False
1010
github_project = spacetelescope/asdf
1111
classifiers =
12-
'Programming Language :: Python'
13-
'Programming Language :: Python :: 3'
14-
'Programming Language :: Python :: 3.3'
15-
'Programming Language :: Python :: 3.4'
16-
'Programming Language :: Python :: 3.5'
17-
'Programming Language :: Python :: 3.6'
18-
'Programming Language :: Python :: 3.7'
19-
'Development Status :: 5 - Production/Stable'
12+
Programming Language :: Python
13+
Programming Language :: Python :: 3
14+
Programming Language :: Python :: 3.3
15+
Programming Language :: Python :: 3.4
16+
Programming Language :: Python :: 3.5
17+
Programming Language :: Python :: 3.6
18+
Programming Language :: Python :: 3.7
19+
Development Status :: 5 - Production/Stable
2020
2121
[options]
2222
python_requires= >=3.3

0 commit comments

Comments
 (0)