diff --git a/arcade/py.typed b/arcade/py.typed new file mode 100644 index 000000000..e69de29bb diff --git a/setup.py b/setup.py index aec2287b7..6b67f6c73 100644 --- a/setup.py +++ b/setup.py @@ -67,7 +67,8 @@ 'examples/images/*.jpg', 'examples/*.csv', 'examples/*.tmx', - 'examples/sounds/*']}, + 'examples/sounds/*', + 'py.typed']}, project_urls={ 'Documentation': 'https://arcade.academy/', 'Example Code ': 'http://arcade.academy/examples/index.html',