<owoday[m]12>
would I put boilerplate in gateware or applet?
GNUmoon has quit [Ping timeout: 260 seconds]
<whitequark[cis]>
applet
<whitequark[cis]>
and you'll need to run pipx reinstall once for the metadata to be picked up
GNUmoon has joined #glasgow
<owoday[m]12>
pipx reinstall works, software/glasgow/applet is supposed to be where I put boilerplate?
<owoday[m]12>
aha I just needed to edit pyproject.toml
<owoday[m]12>
brevity: I added boilerplate code to ```software/glasgow/applet/hacking/boilerplate/__init__.py``` then ```boilerplate = "glasgow.applet.hacking.boilerplate:BoilerplateApplet"``` to software/pyproject.toml under ```[project.entry-points."glasgow.applet"]```, seems to work great