Skip to content

Commit

Permalink
feat: properly setup of type checking (#112)
Browse files Browse the repository at this point in the history
  • Loading branch information
holtgrewe committed Jan 12, 2024
1 parent e7abe1e commit cdf816b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion MANIFEST.in
Original file line number Diff line number Diff line change
Expand Up @@ -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
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ pep8ignore =
docs/* ALL
examples/*.py E501
tests/*.py E501
vcfpy/*.py F401
altamisa/*.py F401

[coverage:run]
omit =
Expand Down

0 comments on commit cdf816b

Please sign in to comment.