Skip to content

Commit

Permalink
Add a "py.typed" file
Browse files Browse the repository at this point in the history
  • Loading branch information
Azureblade3808 committed May 11, 2024
1 parent 9e0301c commit 668e3b6
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
Empty file added runtime_keypath/py.typed
Empty file.
9 changes: 8 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
# pyright: basic

import setuptools

setuptools.setup(packages=["runtime_keypath"])
setuptools.setup(
packages=["runtime_keypath"],
package_data={
"runtime_keypath": ["py.typed"],
},
)

0 comments on commit 668e3b6

Please sign in to comment.