Skip to content

Commit

Permalink
Add type hint file
Browse files Browse the repository at this point in the history
  • Loading branch information
theCapypara committed Nov 14, 2021
1 parent dbc4d27 commit 54ea321
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
'jsonschema >= 4.1.2',
'packaging'
]
package_data = ['frontend/gtk/*.glade', 'frontend/gtk/*.css', 'data/*/*/*/*/*', 'data/*', 'data/*/*']
package_data = ['frontend/gtk/*.glade', 'frontend/gtk/*.css', 'data/*/*/*/*/*', 'data/*', 'data/*/*', 'py.typed']

if __name__ == '__main__':
setup(
Expand Down
Empty file added skytemple_randomizer/py.typed
Empty file.

0 comments on commit 54ea321

Please sign in to comment.