Skip to content

Commit

Permalink
Create py.typed
Browse files Browse the repository at this point in the history
  • Loading branch information
spagh-eddie authored and aleneum committed Aug 24, 2022
1 parent 3836dc4 commit 5fb63d8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -35,7 +35,7 @@
maintainer_email='aleneum@gmail.com',
url='http://github.com/pytransitions/transitions',
packages=find_packages(exclude=['tests', 'test_*']),
package_data={'transitions': ['data/*'],
package_data={'transitions': ['py.typed', 'data/*'],
'transitions.tests': ['data/*']
},
include_package_data=True,
Expand Down
1 change: 1 addition & 0 deletions transitions/py.typed
@@ -0,0 +1 @@

0 comments on commit 5fb63d8

Please sign in to comment.