Skip to content

Commit

Permalink
Merge pull request #4 from Azureblade3808/v0.1.4
Browse files Browse the repository at this point in the history
Merge v0.1.4
  • Loading branch information
Azureblade3808 authored May 11, 2024
2 parents 34922d3 + 668e3b6 commit 53f3abc
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 53f3abc

Please sign in to comment.