diff --git a/pyproject.toml b/pyproject.toml index 377205cd..f14e9b17 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,11 +1,11 @@ [tool.poetry] name = "betterproto2_compiler" version = "2.0.0b7" -description = "A better Protobuf / gRPC generator & library" -authors = ["Daniel G. Taylor "] +description = "Compiler for betterproto2" +authors = ["Adrien Vannson ", "Daniel G. Taylor "] readme = "README.md" -repository = "https://github.com/danielgtaylor/python-betterproto" -keywords = ["protobuf", "gRPC"] +repository = "https://github.com/betterproto/python-betterproto2-compiler" +keywords = ["protobuf", "gRPC", "compiler"] license = "MIT" packages = [ { include = "betterproto2_compiler", from = "src" }