From a34e1c901d56bae6c582014bf6c4215cd72de0d8 Mon Sep 17 00:00:00 2001 From: q0w <43147888+q0w@users.noreply.github.com> Date: Sat, 17 Dec 2022 02:45:11 +0300 Subject: [PATCH] Fix setuptools warning (#1784) --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index f7e9110ab..44e0233ae 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -106,6 +106,6 @@ markers = ["network: mark tests that require internet access"] [tool.setuptools.packages.find] # needed only because we did not adopt src layout yet -include = ["piptools"] +include = ["piptools*"] [tool.setuptools_scm]