diff --git a/setup.cfg b/setup.cfg index 7714ca8..5917581 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,6 +1,6 @@ [metadata] name = stanfordkarel -version = 0.2.5 +version = 0.2.6 description = Official Stanford Karel library used in CS 106A long_description = file: README.md long_description_content_type = text/markdown @@ -24,6 +24,9 @@ packages = stanfordkarel python_requires = >=3.7 include_package_data = True +[options.package_data] +stanfordkarel = py.typed + [mypy] strict = True allow_untyped_calls = True diff --git a/stanfordkarel/py.typed b/stanfordkarel/py.typed new file mode 100644 index 0000000..e69de29