Hi, I’m trying to build a snap of a python project that only provides a pyproject.toml file, is this understood by snapcraft? The naive thing I did to specify plugin: python
runs but it doesn’t seem to do anything with the source at all.
This is a shortened version of the snapcraft.yaml:
...
parts:
streamdeck-ui:
plugin: python
source: https://github.com/timothycrosley/streamdeck-ui.git
build-packages:
- libudev-dev
- libusb-1.0-0-dev
stage-packages:
- libhidapi-hidraw0
it builds without errors, but doesn’t seem to produce any of the streamdeck related files.