diff --git a/pyproject.toml b/pyproject.toml index 6ff583c..a37bc8d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -53,12 +53,6 @@ docs = [ requires = ["hatchling"] build-backend = "hatchling.build" -[tool.hatch.build.targets.sdist] -include = ["ablate/py.typed"] - -[tool.hatch.build.targets.wheel] -include = ["ablate/py.typed"] - [project.optional-dependencies] mlflow = ["mlflow>=2.22.0"] jupyter = ["jupyter>=1.1.1"] @@ -107,7 +101,6 @@ lines-after-imports = 2 addopts = "--cov=ablate --cov-report=term-missing" testpaths = "tests" filterwarnings = ["ignore::DeprecationWarning:jupyter_client.connect"] -pythonpath = "." [tool.codespell] skip = "uv.lock"