Skip to content

Commit

Permalink
Make anomalib PEP 561 compliant for mypy (#1038)
Browse files Browse the repository at this point in the history
[Task: 1015] Make anomalib PEP 561 compliant for mypy

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 27, 2023
1 parent 7ef59f9 commit d81dbb5
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 d81dbb5

Please sign in to comment.