From cdf816be2640b28e7da0ff1a2f5d7926343dc15b Mon Sep 17 00:00:00 2001 From: Manuel Holtgrewe Date: Fri, 12 Jan 2024 14:20:53 +0100 Subject: [PATCH] feat: properly setup of type checking (#112) --- MANIFEST.in | 3 ++- setup.cfg | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/MANIFEST.in b/MANIFEST.in index 9e9ba50..fd162b2 100644 --- a/MANIFEST.in +++ b/MANIFEST.in @@ -11,6 +11,7 @@ recursive-exclude * *.py[co] recursive-include docs *.rst conf.py Makefile make.bat *.jpg *.png *.gif include versioneer.py -include vcfpy/_version.py +include altamisa/_version.py +include altamisa/py.typed include requirements.txt requirements/*.txt diff --git a/setup.cfg b/setup.cfg index 3768989..9928a25 100644 --- a/setup.cfg +++ b/setup.cfg @@ -23,7 +23,7 @@ pep8ignore = docs/* ALL examples/*.py E501 tests/*.py E501 - vcfpy/*.py F401 + altamisa/*.py F401 [coverage:run] omit =