We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4f73ce9 commit ef079d0Copy full SHA for ef079d0
pyproject.toml
@@ -1,9 +1,20 @@
1
[tool.poetry]
2
name = "protogen"
3
-version = "0.1.1-alpha.0"
4
-description = "todo"
5
-authors = ["fischor <fischor@norep.ly>"]
6
-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>"]
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
+]
18
19
[tool.poetry.dependencies]
20
python = ">3.6.2,<4.0"
0 commit comments