From d374fd48224a58279cca48cd09c4fa0fe15ee461 Mon Sep 17 00:00:00 2001 From: Lucas McDonald Date: Fri, 13 Oct 2023 09:01:55 -0700 Subject: [PATCH] changes --- .../SimpleTypes/SimpleDouble/runtimes/python/pyproject.toml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/TestModels/SimpleTypes/SimpleDouble/runtimes/python/pyproject.toml b/TestModels/SimpleTypes/SimpleDouble/runtimes/python/pyproject.toml index 0d5f9439d..e93681116 100644 --- a/TestModels/SimpleTypes/SimpleDouble/runtimes/python/pyproject.toml +++ b/TestModels/SimpleTypes/SimpleDouble/runtimes/python/pyproject.toml @@ -25,3 +25,6 @@ simple-double-test-internaldafny = { path = "test/internaldafny", develop = fals requires = ["poetry-core"] build-backend = "poetry.core.masonry.api" +[aws.polymorph.config] +# The string below defines where Polymorph will move code. +polymorph_package_name = "simple_types_smithydouble"