Skip to content

Commit 8999266

Browse files
authored
Fix the classifier in pyproject.toml
2 parents c71cca7 + 23f7d95 commit 8999266

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
@@ -12,7 +12,7 @@ classifiers=[
1212
"Programming Language :: Python :: 3.10",
1313
"Programming Language :: Python :: 3.11",
1414
"Programming Language :: Python :: 3.12",
15-
"Typing::Stubs Only",
15+
"Typing :: Stubs Only",
1616
]
1717
description = "Extended type hints for pydicom"
1818
keywords = ["pydicom, typing"]

0 commit comments

Comments
 (0)