Skip to content

Commit 874506f

Browse files
committed
Add py.typed file
1 parent 311a46a commit 874506f

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

pyproject.toml

+2-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,8 @@ classifiers = [
3131
"Programming Language :: Python :: 3.12",
3232
]
3333
packages = [
34-
{ include = "**/*.py", from = "src" }
34+
{ include = "**/*.py", from = "src" },
35+
{ include = "**/py.typed", from = "src" }
3536
]
3637

3738
[tool.poetry.dependencies]

src/ansys/openapi/common/py.typed

Whitespace-only changes.

0 commit comments

Comments
 (0)