Skip to content

Commit

Permalink
add py.typed
Browse files Browse the repository at this point in the history
  • Loading branch information
TylerYep committed Jun 7, 2021
1 parent f6b26d4 commit 73bac1f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
@@ -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
Expand All @@ -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
Expand Down
Empty file added stanfordkarel/py.typed
Empty file.

0 comments on commit 73bac1f

Please sign in to comment.