Skip to content

Commit 43206ff

Browse files
committed
fix classifiers list again
1 parent 7557560 commit 43206ff

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

setup.cfg

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -17,15 +17,15 @@ project_urls =
1717
Tracker = https://github.com/alexmalins/github-actions-cicd-example/issues
1818
Documentation = https://alexmalins.github.io/github-actions-cicd-example
1919
classifiers =
20-
"Programming Language :: Python :: 3"
21-
"Programming Language :: Python :: 3 :: Only"
22-
"Programming Language :: Python :: 3.7"
23-
"Programming Language :: Python :: 3.8"
24-
"Programming Language :: Python :: 3.9"
25-
"Programming Language :: Python :: 3.10"
26-
"License :: OSI Approved :: MIT License"
27-
"Operating System :: OS Independent"
28-
"Development Status :: 1 - Planning"
20+
Programming Language :: Python :: 3
21+
Programming Language :: Python :: 3 :: Only
22+
Programming Language :: Python :: 3.7
23+
Programming Language :: Python :: 3.8
24+
Programming Language :: Python :: 3.9
25+
Programming Language :: Python :: 3.10
26+
License :: OSI Approved :: MIT License
27+
Operating System :: OS Independent
28+
Development Status :: 1 - Planning
2929

3030
[options]
3131
packages = find:

0 commit comments

Comments
 (0)