Skip to content

Commit

Permalink
feat: add py.typed to setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
BobTheBuidler authored Aug 9, 2022
1 parent fec3a37 commit 31dec5f
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,4 +23,7 @@
setup_requires=[
'setuptools_scm',
],
)
package_data={
"dank_mids": ["py.typed"],
},
)

0 comments on commit 31dec5f

Please sign in to comment.