ripe-gigabyte-88964
03/20/2023, 6:16 PMpython_artifact kwargs from setup.cfg or do I need to write a plugin for that?happy-kitchen-89482
03/20/2023, 6:23 PMripe-gigabyte-88964
03/20/2023, 6:27 PMsetup.py is just the following two lines:
import setuptools
setuptools.setup()
And that will pull everything in from the setup.cfg file. But in my BUILD file if I do provides=python_artifact() it doesn't pull in anything from setup.cfg.happy-kitchen-89482
03/20/2023, 6:40 PMresources(name="setup_cfg", sources=["setup.cfg"]) target and an explicit dep on it from the python_sources() that owns your setup.py