diff --git a/conanfile.py b/conanfile.py index 760efd5fa0..6bb3f965a3 100644 --- a/conanfile.py +++ b/conanfile.py @@ -23,7 +23,6 @@ class CuraConan(ConanFile): build_policy = "missing" exports = "LICENSE*" settings = "os", "compiler", "build_type", "arch" - generators = "VirtualPythonEnv" options = { "python_version": "ANY", "enterprise": ["True", "False", "true", "false"],