Skip to content

Commit

Permalink
release: prepare v0.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
fischor committed Aug 27, 2021
1 parent 4f73ce9 commit ef079d0
Showing 1 changed file with 15 additions and 4 deletions.
19 changes: 15 additions & 4 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,9 +1,20 @@
[tool.poetry]
name = "protogen"
version = "0.1.1-alpha.0"
description = "todo"
authors = ["fischor <fischor@norep.ly>"]
license = "todo"
version = "0.1.0"
description = "protogen makes writing protoc plugins easy."
authors = ["fischor <fischor.sh@gmail.com>"]
maintainers = ["fischor <fischor.sh@gmail.com>"]
license = "MIT"
readme = "README.md"
homepage = ""
repository = "https://github.com/fischor/protogen-python"
keywords = [
"proto",
"protoc",
"Protobuf",
"Protocol buffers",
"Code generation",
]

[tool.poetry.dependencies]
python = ">3.6.2,<4.0"
Expand Down

0 comments on commit ef079d0

Please # to comment.