Skip to content

Commit

Permalink
update readme and authors
Browse files Browse the repository at this point in the history
  • Loading branch information
cnuss committed Oct 15, 2024
1 parent 5793e03 commit 55a3352
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ This application was generated with the following command:
1. `poetry new flask-poetry && cd flask-poetry`
1. `poetry add flask`

Then, the [Simple Example](https://github.com/pallets/flask/?tab=readme-ov-file#a-simple-example) from [`flask`](https://github.com/pallets/flask) was added to [`flask_poetry/__init__.py`](flask_poetry/__init__.py).
Then, the [Simple Example](https://github.com/pallets/flask/?tab=readme-ov-file#a-simple-example) from [`Flask`](https://pypi.org/project/Flask/) was added to [`flask_poetry/__init__.py`](flask_poetry/__init__.py).

✨ No modifications or SDKs were made or added to the code to "make it work" in AWS Lambda.

Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
name = "flask-poetry"
version = "0.1.0"
description = ""
authors = []
authors = ["Scaffoldly Examples <examples@scaffoldly.dev>"]
readme = "README.md"

[tool.poetry.dependencies]
Expand Down

0 comments on commit 55a3352

Please sign in to comment.