fix(python-pyproject): remove default for pythonImportsCheck

The heuristic was not reliable
This commit is contained in:
DavHau 2023-09-11 23:32:53 +02:00
parent c5bdcd7e67
commit f80d7426f6

View File

@ -20,7 +20,6 @@ in {
buildPythonPackage = {
format = "pyproject";
pythonImportsCheck = pyproject.tool.setuptools.packages.find.include or [];
};
name = pyproject.project.name;