From 8f45bf58ace4d2eacaadf280f4b93b97a8ba837f Mon Sep 17 00:00:00 2001 From: Glyph Date: Wed, 19 Jun 2024 01:14:25 -0700 Subject: [PATCH] allow default of '*' which includes subpackages --- pyproject.toml | 1 - 1 file changed, 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index aa6d65d2..287571c0 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -78,7 +78,6 @@ Source = "https://github.com/twisted/treq" [tool.setuptools.packages.find] where = ["src"] -include = ["treq"] [tool.setuptools.dynamic] version = {attr = "treq.__version__"}