diff --git a/pyproject.toml b/pyproject.toml index 180683381..727690b22 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -93,12 +93,7 @@ path = "altair/__init__.py" allow-direct-references = true [tool.hatch.build] -include = [ - "/altair", - "README.md", - "LICENSE", - "pyproject.toml" -] +include = ["/altair"] [tool.hatch.envs.default] features = ["dev"]