We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b652d41 commit a545983Copy full SHA for a545983
packages/proto-plus/setup.py
@@ -27,8 +27,8 @@
27
name="proto-plus",
28
version="1.2.0",
29
license="Apache 2.0",
30
- author="Dov Shlachter",
31
- author_email="dovs@google.com",
+ author="Google LLC",
+ author_email="googleapis-packages@google.com",
32
url="https://github.com/googleapis/proto-plus-python.git",
33
packages=find_packages(exclude=["docs", "tests"]),
34
description="Beautiful, Pythonic protocol buffers.",
@@ -45,6 +45,7 @@
45
"Programming Language :: Python :: 3.5",
46
"Programming Language :: Python :: 3.6",
47
"Programming Language :: Python :: 3.7",
48
+ "Programming Language :: Python :: 3.8",
49
"Topic :: Software Development :: Code Generators",
50
"Topic :: Software Development :: Libraries :: Python Modules",
51
],
0 commit comments