Skip to content

Commit 43219e9

Browse files
authored
Updated pyproject metadata (#3)
1 parent 7697f77 commit 43219e9

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

pyproject.toml

+8-1
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,16 @@
11
[tool.poetry]
22
name = "pydantic-glue"
3-
version = "0.2.0"
3+
keywords = ["pydantic", "glue", "athena", "types", "convert"]
4+
version = "0.2.1"
45
description = "Convert pydantic model to aws glue schema for terraform"
56
authors = ["Serhii Dimchenko <[email protected]>"]
67
readme = "README.md"
8+
license = "MIT"
9+
repository = "https://github.com/svdimchenko/pydantic-glue"
10+
11+
[tool.poetry.urls]
12+
"Bug Tracker" = "https://github.com/svdimchenko/pydantic-glue/issues"
13+
"Releases" = "https://github.com/svdimchenko/pydantic-glue/releases"
714

815
[tool.poetry.scripts]
916
pydantic-glue = "pydantic_glue.cli:cli"

0 commit comments

Comments
 (0)