We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 0c6ac19 + 786643e commit 9e7b76aCopy full SHA for 9e7b76a
artifacts/python/meson.build
@@ -13,6 +13,7 @@ py_artifacts = [
13
input : '__init__.in.py',
14
output : '__init__.py',
15
),
16
+ files('py.typed'),
17
libopenslide_postprocessed,
18
licenses,
19
]
artifacts/python/py.typed
artifacts/python/pyproject.in.toml
@@ -25,6 +25,7 @@ classifiers = [
25
"Programming Language :: Python :: 3.11",
26
"Programming Language :: Python :: 3.12",
27
"Topic :: Scientific/Engineering :: Bio-Informatics",
28
+ "Typing :: Typed",
29
30
requires-python = ">= 3.8"
31
0 commit comments