Skip to content

Commit

Permalink
🔨 update pyproject.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
ediskandarov committed Mar 2, 2021
1 parent 10023f2 commit e37134c
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,8 +1,11 @@
[tool.poetry]
name = "aws-lambda-types"
version = "0.1.0"
description = ""
version = "0.2.0"
description = "Type definitions for AWS Lambda events using Python type hinting."
license = "MIT"
authors = ["Eduard Iskandarov <eduard.iskandarov@yandex.ru>"]
readme = "README.md"
repository = "https://github.com/emcpow2/aws-lambda-py-types"

[tool.poetry.dependencies]
python = "^3.6.1"
Expand Down

0 comments on commit e37134c

Please sign in to comment.