Skip to content

Commit 80dde32

Browse files
Merge pull request #1885 from IntelPython/fix-classifier
Fix the incorrect classifier
2 parents 9b83bef + cccc434 commit 80dde32

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ classifiers = [
2222
"Intended Audience :: Developers",
2323
"License :: OSI Approved :: Apache Software License",
2424
"Programming Language :: C",
25-
"Programming Language :: Pytho",
25+
"Programming Language :: Python",
2626
"Programming Language :: Python :: 3",
2727
"Programming Language :: Python :: 3.9",
2828
"Programming Language :: Python :: 3.10",

0 commit comments

Comments
 (0)