From 1c8550c5f47b792e402cd0a90b56e170c0a70447 Mon Sep 17 00:00:00 2001 From: Darren Burns Date: Thu, 21 Sep 2023 17:03:44 +0100 Subject: [PATCH] Remove redundant line from pyproject --- pyproject.toml | 1 - 1 file changed, 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 76a1c6f77d..9eaa9222d4 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -26,7 +26,6 @@ classifiers = [ ] include = [ "src/textual/py.typed", - "tree-sitter", { path = "docs/examples", format = "sdist" }, { path = "tests", format = "sdist" }, # The reason for the slightly convoluted path specification here is that