diff --git a/bittensor/py.typed b/bittensor/py.typed new file mode 100644 index 0000000000..e69de29bb2 diff --git a/pyproject.toml b/pyproject.toml index 4b4ae7073f..bb9aa401c5 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -72,6 +72,9 @@ cli = [ homepage = "https://github.com/opentensor/bittensor" Repository = "https://github.com/opentensor/bittensor" +[tool.setuptools.package-data] +bittensor = ["py.typed"] + [tool.flit.metadata] classifiers = [ "Development Status :: 5 - Production/Stable",