bluesummers
10/20/2022, 12:26 PMsetup.py to get it done.
Now... (1) I'm creating a starter, so there isn't any setup.py yet as I have not executed Kedro new. So how exactly am I supposed to edit it if it is not yet created?
Second (2), I don't want to use setup.py, as Poetry does not need it. So how should I go about supporting new kedro starters?bluesummers
10/20/2022, 12:30 PMsetup.py filedatajoely
10/20/2022, 12:34 PMbluesummers
10/20/2022, 12:35 PMbluesummers
10/20/2022, 12:35 PMsetup.pybluesummers
10/20/2022, 12:36 PMbluesummers
10/20/2022, 12:36 PMkedro new commanddatajoely
10/20/2022, 12:36 PMdatajoely
10/20/2022, 12:36 PMdatajoely
10/20/2022, 12:36 PMbluesummers
10/20/2022, 12:37 PMsetup.py will be the entrypoint of plugins
However, starters are a different kind of plugin, it's a plugin you wish to reference to before the project is created, so I'm not sure how can I edit setup.py when I haven't created the project yetdatajoely
10/20/2022, 12:38 PMdatajoely
10/20/2022, 12:38 PMbluesummers
10/20/2022, 12:43 PMkedro new --starter my_starter - so should I kedro new edit the setup.py and only then re-run kedro new with the starter argument?datajoely
10/20/2022, 12:43 PMbluesummers
10/20/2022, 12:44 PMbluesummers
10/20/2022, 12:44 PMdatajoely
10/20/2022, 12:57 PMdatajoely
10/20/2022, 12:57 PMdatajoely
10/20/2022, 12:58 PMbluesummers
10/20/2022, 12:58 PMbluesummers
10/20/2022, 12:58 PMdatajoely
10/20/2022, 12:58 PMbluesummers
10/20/2022, 1:39 PM