From e4cd422a6b9fa31f701ace8df91f8e26d0415416 Mon Sep 17 00:00:00 2001 From: Abraham Murciano Date: Thu, 7 Jul 2022 15:29:57 +0300 Subject: [PATCH] Added py.typed file (#176) Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> Co-authored-by: Sorin Sbarnea --- MANIFEST.in | 1 + ansi2html/py.typed | 0 2 files changed, 1 insertion(+) create mode 100644 ansi2html/py.typed diff --git a/MANIFEST.in b/MANIFEST.in index 8051ee0..aea554c 100644 --- a/MANIFEST.in +++ b/MANIFEST.in @@ -3,5 +3,6 @@ include LICENSE include man/asciidoc.conf include man/ansi2html.1 include man/ansi2html.1.txt +include ansi2html/py.typed recursive-include tests * recursive-exclude tests *.pyc diff --git a/ansi2html/py.typed b/ansi2html/py.typed new file mode 100644 index 0000000..e69de29