Skip to content

Commit 0f7db90

Browse files
committed
chore: update package name
1 parent 2e76f49 commit 0f7db90

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

.projenrc.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@ const project = new awscdk.AwsCdkConstructLibrary({
1010
projenrcTs: true,
1111
repositoryUrl: 'git@github.com:fourtheorem/uv-python-lambda.git',
1212
publishToPypi: {
13-
distName: 'fourtheorem.uv-python-lambda',
14-
module: 'fourtheorem.uv_python_lambda',
13+
distName: 'uv-python-lambda',
14+
module: 'uv_python_lambda',
1515
},
1616
// cdkVersion: '2.1.0', /* CDK version to use. */
1717
// cdkDependencies: [], /* CDK dependencies of this module. */

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ See [API.md](API.md)
1919
## Example
2020

2121
```python
22-
from fourtheorem.uv_python_lambda import PythonFunction
22+
from uv_python_lambda import PythonFunction
2323
from constructs import Construct
2424

2525
# The root path should be relative to your CDK source file

package.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)