Skip to content

Commit

Permalink
Merge pull request #297 from bgilbert/typed
Browse files Browse the repository at this point in the history
Mark Python wheel as containing type hints
  • Loading branch information
bgilbert authored Sep 29, 2024
2 parents 0c6ac19 + 786643e commit 9e7b76a
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions artifacts/python/meson.build
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ py_artifacts = [
input : '__init__.in.py',
output : '__init__.py',
),
files('py.typed'),
libopenslide_postprocessed,
licenses,
]
Empty file added artifacts/python/py.typed
Empty file.
1 change: 1 addition & 0 deletions artifacts/python/pyproject.in.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ classifiers = [
"Programming Language :: Python :: 3.11",
"Programming Language :: Python :: 3.12",
"Topic :: Scientific/Engineering :: Bio-Informatics",
"Typing :: Typed",
]
requires-python = ">= 3.8"

Expand Down

0 comments on commit 9e7b76a

Please sign in to comment.