Check codebase using mypy in github actions

This commit is contained in:
Dustin Spicuzza
2022-01-02 21:53:22 -05:00
parent f29c1d5a30
commit 977fe133d0
4 changed files with 23 additions and 1 deletions

View File

@@ -71,6 +71,7 @@ setup(
license="BSD",
platforms="Platform Independent",
packages=find_packages(),
package_data={"cxxheaderparser": ["py.typed"]},
keywords="c++ header parser ply",
python_requires=">= 3.6",
classifiers=CLASSIFIERS,