Skip to content

Commit 158bf88

Browse files
committed
typing: Add py.typed file
No one should be using this as a library, but if for some crazy reason they are, they'll now have hints they can use. We also add the 'Typing:: Typed' classifier as well as a missing Python 3.14 classifier (it's tested). Change-Id: Ia49bc6140cdf3783741c62c0fa98a407838fca7f Signed-off-by: Stephen Finucane <stephenfin@redhat.com>
1 parent 8772ab0 commit 158bf88

2 files changed

Lines changed: 2 additions & 0 deletions

File tree

openstackclient/py.typed

Whitespace-only changes.

pyproject.toml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,8 @@ classifiers = [
2424
"Programming Language :: Python :: 3.11",
2525
"Programming Language :: Python :: 3.12",
2626
"Programming Language :: Python :: 3.13",
27+
"Programming Language :: Python :: 3.14",
28+
"Typing :: Typed",
2729
]
2830

2931
[project.urls]

0 commit comments

Comments
 (0)