Skip to content

Commit

Permalink
chore(python): change Python namespace to aws_cdk
Browse files Browse the repository at this point in the history
Backported change from v2 branch: #13489.
  • Loading branch information
rix0rrr committed Mar 9, 2021
1 parent b1449a1 commit 921e69c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/aws-cdk-lib/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -64,8 +64,8 @@
}
},
"python": {
"distName": "aws-cdk.lib",
"module": "aws_cdk.lib"
"distName": "aws-cdk-lib",
"module": "aws_cdk"
}
},
"projectReferences": false
Expand Down

0 comments on commit 921e69c

Please sign in to comment.