proud-dentist-22844
06/06/2024, 10:04 PMTarget be registered as both a target and a context_aware_object_factory?
I want to basically wrap python_distribution in a macro (a caof) to also create targets representing the entry points so that they can be addressable. A generator doesn't work here because a generator is replaced with its generated targets, and I want to add targets, not replace the primary target.proud-dentist-22844
06/06/2024, 10:13 PMTarget and ContextAwareObjectFactory are incompatible.