Skip to content

Commit

Permalink
Merge 880ebe6 into 3836dc4
Browse files Browse the repository at this point in the history
  • Loading branch information
spagh-eddie committed Aug 11, 2022
2 parents 3836dc4 + 880ebe6 commit 3679792
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 3679792

Please sign in to comment.