Skip to content

Commit fb551e2

Browse files
Update codegen/core/src/main/java/software/amazon/smithy/python/codegen/generators/SetupGenerator.java
Co-authored-by: Nate Prewitt <[email protected]>
1 parent cf9e9ec commit fb551e2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

codegen/core/src/main/java/software/amazon/smithy/python/codegen/generators/SetupGenerator.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -307,7 +307,7 @@ private static void writeConf(
307307
sys.path.insert(0, os.path.abspath('..'))
308308
309309
project = '$L'
310-
author = 'Boto'
310+
author = 'Amazon Web Services'
311311
release = '$L'
312312
313313
extensions = [

0 commit comments

Comments
 (0)