From d59a4c4597a2ffa160bdfe2adbb0937dfa1e57d2 Mon Sep 17 00:00:00 2001 From: Callahan Kovacs Date: Fri, 25 Mar 2022 14:17:00 -0500 Subject: [PATCH] spread: fix python-hello --- .../plugins/v2/snaps/python-hello-multiple-parts-staged/setup.py | 1 + .../spread/plugins/v2/snaps/python-hello-multiple-parts/setup.py | 1 + 2 files changed, 2 insertions(+) diff --git a/tests/spread/plugins/v2/snaps/python-hello-multiple-parts-staged/setup.py b/tests/spread/plugins/v2/snaps/python-hello-multiple-parts-staged/setup.py index 37482e25e9..910d4047ad 100644 --- a/tests/spread/plugins/v2/snaps/python-hello-multiple-parts-staged/setup.py +++ b/tests/spread/plugins/v2/snaps/python-hello-multiple-parts-staged/setup.py @@ -7,4 +7,5 @@ author_email="snapcraft@lists.snapcraft.io", description="A simple hello world in python", scripts=["hello"], + py_modules=["hello"], ) diff --git a/tests/spread/plugins/v2/snaps/python-hello-multiple-parts/setup.py b/tests/spread/plugins/v2/snaps/python-hello-multiple-parts/setup.py index 37482e25e9..910d4047ad 100644 --- a/tests/spread/plugins/v2/snaps/python-hello-multiple-parts/setup.py +++ b/tests/spread/plugins/v2/snaps/python-hello-multiple-parts/setup.py @@ -7,4 +7,5 @@ author_email="snapcraft@lists.snapcraft.io", description="A simple hello world in python", scripts=["hello"], + py_modules=["hello"], )