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]