Skip to content

Commit

Permalink
chore: update package name
Browse files Browse the repository at this point in the history
  • Loading branch information
eoinsha committed Oct 16, 2024
1 parent 2e76f49 commit 0f7db90
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .projenrc.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ const project = new awscdk.AwsCdkConstructLibrary({
projenrcTs: true,
repositoryUrl: 'git@github.com:fourtheorem/uv-python-lambda.git',
publishToPypi: {
distName: 'fourtheorem.uv-python-lambda',
module: 'fourtheorem.uv_python_lambda',
distName: 'uv-python-lambda',
module: 'uv_python_lambda',
},
// cdkVersion: '2.1.0', /* CDK version to use. */
// cdkDependencies: [], /* CDK dependencies of this module. */
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ See [API.md](API.md)
## Example

```python
from fourtheorem.uv_python_lambda import PythonFunction
from uv_python_lambda import PythonFunction
from constructs import Construct

# The root path should be relative to your CDK source file
Expand Down
4 changes: 2 additions & 2 deletions package.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 0f7db90

Please sign in to comment.