Skip to content

Commit 6ec37ae

Browse files
authored
Fix typo in pyproject.toml classifiers
Removed extra comma from the 'Intended Audience' classifier.
1 parent ed8eb3c commit 6ec37ae

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
@@ -49,7 +49,7 @@ dependencies = [
4949
requires-python = ">= 3.12,<4"
5050
classifiers = [
5151
"Typing :: Typed",
52-
"Intended Audience :: Developers",,
52+
"Intended Audience :: Developers",
5353
"Programming Language :: Python :: 3.12",
5454
"Programming Language :: Python :: 3.13",
5555
"Programming Language :: Python :: 3.14",

0 commit comments

Comments
 (0)