Skip to content

Commit

Permalink
Fix the classifier in pyproject.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
scaramallion authored Jun 27, 2024
2 parents c71cca7 + 23f7d95 commit 8999266
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ classifiers=[
"Programming Language :: Python :: 3.10",
"Programming Language :: Python :: 3.11",
"Programming Language :: Python :: 3.12",
"Typing::Stubs Only",
"Typing :: Stubs Only",
]
description = "Extended type hints for pydicom"
keywords = ["pydicom, typing"]
Expand Down

0 comments on commit 8999266

Please sign in to comment.