File tree Expand file tree Collapse file tree 5 files changed +5
-5
lines changed
AwsCryptographicMaterialProviders/runtimes/python
AwsCryptographyPrimitives/runtimes/python
ComAmazonawsDynamodb/runtimes/python
ComAmazonawsKms/runtimes/python
StandardLibrary/runtimes/python Expand file tree Collapse file tree 5 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ packages = [
88]
99# Include generated internaldafny files in package distributions,
1010# even though they are not included in version control
11- include = [" ** /internaldafny/generated/*.py" ]
11+ include = [" src/aws_cryptographic_material_providers /internaldafny/generated/*.py" ]
1212readme = " README.rst"
1313
1414[tool .poetry .dependencies ]
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ packages = [
88]
99# Include generated internaldafny files in package distributions,
1010# even though they are not included in version control
11- include = [" ** /internaldafny/generated/*.py" ]
11+ include = [" src/aws_cryptography_primitives /internaldafny/generated/*.py" ]
1212
1313[tool .poetry .dependencies ]
1414python = " ^3.11.0"
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ packages = [
88]
99# Include generated internaldafny files in package distributions,
1010# even though they are not included in version control
11- include = [" ** /internaldafny/generated/*.py" ]
11+ include = [" src/aws_cryptography_internal_dynamodb /internaldafny/generated/*.py" ]
1212
1313[tool .poetry .dependencies ]
1414python = " ^3.11.0"
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ packages = [
88]
99# Include generated internaldafny files in package distributions,
1010# even though they are not included in version control
11- include = [" ** /internaldafny/generated/*.py" ]
11+ include = [" src/aws_cryptography_internal_kms /internaldafny/generated/*.py" ]
1212
1313[tool .poetry .dependencies ]
1414python = " ^3.11.0"
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ packages = [
1111# Include generated internaldafny files in package distributions,
1212# even though they are not included in version control
1313include = [
14- " ** /internaldafny/generated/*.py" ,
14+ " src/smithy_dafny_standard_library /internaldafny/generated/*.py" ,
1515]
1616
1717[tool .poetry .dependencies ]
You can’t perform that action at this time.
0 commit comments