Skip to content

Commit b461b72

Browse files
committed
Expose type hints to modules that depend on arcade via PEP 561 (pythonarcade#533)
1 parent 6b5dde8 commit b461b72

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

arcade/py.typed

Whitespace-only changes.

setup.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,8 @@
6767
'examples/images/*.jpg',
6868
'examples/*.csv',
6969
'examples/*.tmx',
70-
'examples/sounds/*']},
70+
'examples/sounds/*',
71+
'py.typed']},
7172
project_urls={
7273
'Documentation': 'https://arcade.academy/',
7374
'Example Code ': 'http://arcade.academy/examples/index.html',

0 commit comments

Comments
 (0)