Skip to content
This repository was archived by the owner on Jun 9, 2025. It is now read-only.

Commit 0cd4679

Browse files
Update infos in pyproject (#3)
1 parent 0a912b9 commit 0cd4679

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

pyproject.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
[tool.poetry]
22
name = "betterproto2_compiler"
33
version = "2.0.0b7"
4-
description = "A better Protobuf / gRPC generator & library"
5-
authors = ["Daniel G. Taylor <[email protected]>"]
4+
description = "Compiler for betterproto2"
5+
authors = ["Adrien Vannson <[email protected]>", "Daniel G. Taylor <[email protected]>"]
66
readme = "README.md"
7-
repository = "https://github.com/danielgtaylor/python-betterproto"
8-
keywords = ["protobuf", "gRPC"]
7+
repository = "https://github.com/betterproto/python-betterproto2-compiler"
8+
keywords = ["protobuf", "gRPC", "compiler"]
99
license = "MIT"
1010
packages = [
1111
{ include = "betterproto2_compiler", from = "src" }

0 commit comments

Comments
 (0)