Skip to content

Commit

Permalink
fix classifiers list again
Browse files Browse the repository at this point in the history
  • Loading branch information
alexmalins committed Dec 11, 2021
1 parent 7557560 commit 43206ff
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -17,15 +17,15 @@ project_urls =
Tracker = https://github.com/alexmalins/github-actions-cicd-example/issues
Documentation = https://alexmalins.github.io/github-actions-cicd-example
classifiers =
"Programming Language :: Python :: 3"
"Programming Language :: Python :: 3 :: Only"
"Programming Language :: Python :: 3.7"
"Programming Language :: Python :: 3.8"
"Programming Language :: Python :: 3.9"
"Programming Language :: Python :: 3.10"
"License :: OSI Approved :: MIT License"
"Operating System :: OS Independent"
"Development Status :: 1 - Planning"
Programming Language :: Python :: 3
Programming Language :: Python :: 3 :: Only
Programming Language :: Python :: 3.7
Programming Language :: Python :: 3.8
Programming Language :: Python :: 3.9
Programming Language :: Python :: 3.10
License :: OSI Approved :: MIT License
Operating System :: OS Independent
Development Status :: 1 - Planning

[options]
packages = find:
Expand Down

0 comments on commit 43206ff

Please sign in to comment.