Skip to content

Commit

Permalink
[Task: 1015] Make anomalib PEP 561 compliant for mypy
Browse files Browse the repository at this point in the history
This enables PEP 561 compliance for mypy via adding py.typed and MANIFEST.in.

Fixes #1015

Signed-off-by: Yuan, Jinjie <jinjie.yuan@intel.com>
Signed-off-by: Kang Wenjing <wenjing.kang@intel.com>
  • Loading branch information
WenjingKangIntel committed Apr 26, 2023
1 parent 7ef59f9 commit 33d55d2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions MANIFEST.in
Original file line number Diff line number Diff line change
@@ -1 +1,4 @@
recursive-include requirements *

# Include marker file for PEP 561
include src/anomalib/py.typed
Empty file added src/anomalib/py.typed
Empty file.

0 comments on commit 33d55d2

Please sign in to comment.