From ef079d0dabde6b06cc3cba1b2736bbb430882b4b Mon Sep 17 00:00:00 2001 From: fischor <21199007+fischor@users.noreply.github.com> Date: Fri, 27 Aug 2021 12:36:13 +0200 Subject: [PATCH] release: prepare v0.1.0 --- pyproject.toml | 19 +++++++++++++++---- 1 file changed, 15 insertions(+), 4 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 04aa7dc..4ee3aa7 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,9 +1,20 @@ [tool.poetry] name = "protogen" -version = "0.1.1-alpha.0" -description = "todo" -authors = ["fischor "] -license = "todo" +version = "0.1.0" +description = "protogen makes writing protoc plugins easy." +authors = ["fischor "] +maintainers = ["fischor "] +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"