Skip to content

Commit ef079d0

Browse files
committed
release: prepare v0.1.0
1 parent 4f73ce9 commit ef079d0

File tree

1 file changed

+15
-4
lines changed

1 file changed

+15
-4
lines changed

pyproject.toml

Lines changed: 15 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,20 @@
11
[tool.poetry]
22
name = "protogen"
3-
version = "0.1.1-alpha.0"
4-
description = "todo"
5-
authors = ["fischor <fischor@norep.ly>"]
6-
license = "todo"
3+
version = "0.1.0"
4+
description = "protogen makes writing protoc plugins easy."
5+
authors = ["fischor <fischor.sh@gmail.com>"]
6+
maintainers = ["fischor <fischor.sh@gmail.com>"]
7+
license = "MIT"
8+
readme = "README.md"
9+
homepage = ""
10+
repository = "https://github.com/fischor/protogen-python"
11+
keywords = [
12+
"proto",
13+
"protoc",
14+
"Protobuf",
15+
"Protocol buffers",
16+
"Code generation",
17+
]
718

819
[tool.poetry.dependencies]
920
python = ">3.6.2,<4.0"

0 commit comments

Comments
 (0)