proud-dentist-22844
06/20/2022, 7:32 PMpython_distribution
targets now so I can generate wheels. Previously I had defined entry_points
on another target from one of my custom pants plugins. Then I use a SetupKwargsRequest
to add those entry_points
to the python_distribution
.
Is it okay to inject entry_points
via SetupKwargsRequest
? Or will that bypass any dependency inferrence logic that uses entry_points?bitter-ability-32190
06/20/2022, 7:35 PMproud-dentist-22844
06/20/2022, 7:36 PMbitter-ability-32190
06/20/2022, 7:41 PMproud-dentist-22844
06/20/2022, 7:53 PMPythonDistributionDependenciesField
.proud-dentist-22844
06/20/2022, 8:23 PM