Skip to content

Commit 78c0377

Browse files
committed
Enable mypy support
This fixes two issues preventing mypy from recognizing this package's inline types: 1) py.typed was not in the package level directory 2) py.typed was not included in the MANIFEST.in
1 parent 6090fb8 commit 78c0377

3 files changed

Lines changed: 2 additions & 1 deletion

File tree

MANIFEST.in

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
global-include py.typed

src/relic/core/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
"""
22
Core files shared between other Relic-Tool packages.
33
"""
4-
__version__ = "1.0.2"
4+
__version__ = "1.0.3"

0 commit comments

Comments
 (0)