mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-07-17 05:05:14 +03:00
Python implementation of Protocol Buffers with dataclass-based schemaʼs https://pypi.org/project/pure-protobuf/
12 lines
370 B
Diff
12 lines
370 B
Diff
--- a/pyproject.toml
|
||
+++ b/pyproject.toml
|
||
@@ -2,8 +2,8 @@
|
||
name = "pure-protobuf"
|
||
description = "Implementation of Protocol Buffers with dataclass-based schemaʼs"
|
||
readme = "README.md"
|
||
+version = "2.3.0"
|
||
requires-python = ">=3.7"
|
||
-dynamic = ["version"]
|
||
keywords = ["protobuf", "protocol-buffers"]
|
||
classifiers = [
|
||
"Development Status :: 5 - Production/Stable",
|