diff --git a/setup.py b/setup.py index 55e1cf7..9ca1a0f 100644 --- a/setup.py +++ b/setup.py @@ -6,5 +6,6 @@ author="Ethan Smith", author_email="ethan@ethanhs.me", version="0.1", - typed="inline" + package_data={"typedpkg": ["py.typed"]}, + packages=["typedpkg"] ) \ No newline at end of file diff --git a/typedpkg/py.typed b/typedpkg/py.typed new file mode 100644 index 0000000..e69de29