Skip to content

Commit 9e7b76a

Browse files
authored
Merge pull request #297 from bgilbert/typed
Mark Python wheel as containing type hints
2 parents 0c6ac19 + 786643e commit 9e7b76a

File tree

3 files changed

+2
-0
lines changed

3 files changed

+2
-0
lines changed

artifacts/python/meson.build

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ py_artifacts = [
1313
input : '__init__.in.py',
1414
output : '__init__.py',
1515
),
16+
files('py.typed'),
1617
libopenslide_postprocessed,
1718
licenses,
1819
]

artifacts/python/py.typed

Whitespace-only changes.

artifacts/python/pyproject.in.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ classifiers = [
2525
"Programming Language :: Python :: 3.11",
2626
"Programming Language :: Python :: 3.12",
2727
"Topic :: Scientific/Engineering :: Bio-Informatics",
28+
"Typing :: Typed",
2829
]
2930
requires-python = ">= 3.8"
3031

0 commit comments

Comments
 (0)