Skip to content

Commit fc179ee

Browse files
nickzoicafrubin
authored andcommitted
Add py.typed file to enable mypy type checking
1 parent 4258b91 commit fc179ee

File tree

3 files changed

+4
-1
lines changed

3 files changed

+4
-1
lines changed

pyproject.toml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,3 +47,6 @@ exclude = [
4747
"docs/",
4848
".github/",
4949
]
50+
51+
[tool.setuptools.package-data]
52+
"mavehgvs" = ["py.typed"]

src/mavehgvs/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
from mavehgvs.variant import Variant
44
from mavehgvs.util import parse_variant_strings
55

6-
__version__ = "0.6.1"
6+
__version__ = "0.6.2"
77

88
__all__ = [
99
"__version__",

src/mavehgvs/py.typed

Whitespace-only changes.

0 commit comments

Comments
 (0)