Skip to content

Commit

Permalink
Fix invalid classifiers
Browse files Browse the repository at this point in the history
  • Loading branch information
JaapJoris committed May 25, 2021
1 parent 3a96a23 commit cf0802b
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,10 @@ license = GPLv3+
classifiers =
Programming Language :: Python :: 3
Programming Language :: Python :: 3 :: Only
Programming Language :: Python :: 3 :: 3.6
Programming Language :: Python :: 3 :: 3.7
Programming Language :: Python :: 3 :: 3.8
Programming Language :: Python :: 3 :: 3.9
Programming Language :: Python :: 3.6
Programming Language :: Python :: 3.7
Programming Language :: Python :: 3.8
Programming Language :: Python :: 3.9
License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+)
Operating System :: OS Independent
python_requires = '>=3.6'
Expand Down

0 comments on commit cf0802b

Please sign in to comment.