Skip to content

Commit

Permalink
Updated pyproject metadata (#3)
Browse files Browse the repository at this point in the history
  • Loading branch information
svdimchenko authored May 2, 2024
1 parent 7697f77 commit 43219e9
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,9 +1,16 @@
[tool.poetry]
name = "pydantic-glue"
version = "0.2.0"
keywords = ["pydantic", "glue", "athena", "types", "convert"]
version = "0.2.1"
description = "Convert pydantic model to aws glue schema for terraform"
authors = ["Serhii Dimchenko <[email protected]>"]
readme = "README.md"
license = "MIT"
repository = "https://github.com/svdimchenko/pydantic-glue"

[tool.poetry.urls]
"Bug Tracker" = "https://github.com/svdimchenko/pydantic-glue/issues"
"Releases" = "https://github.com/svdimchenko/pydantic-glue/releases"

[tool.poetry.scripts]
pydantic-glue = "pydantic_glue.cli:cli"
Expand Down

0 comments on commit 43219e9

Please sign in to comment.