Skip to content

Commit a545983

Browse files
authored
fix: Modify setup.py to indicate this is google maintained (#45)
* fix: Modify setup.py to indicate this is google maintained * fix: add 3.8 trove
1 parent b652d41 commit a545983

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

packages/proto-plus/setup.py

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,8 @@
2727
name="proto-plus",
2828
version="1.2.0",
2929
license="Apache 2.0",
30-
author="Dov Shlachter",
31-
author_email="dovs@google.com",
30+
author="Google LLC",
31+
author_email="googleapis-packages@google.com",
3232
url="https://github.com/googleapis/proto-plus-python.git",
3333
packages=find_packages(exclude=["docs", "tests"]),
3434
description="Beautiful, Pythonic protocol buffers.",
@@ -45,6 +45,7 @@
4545
"Programming Language :: Python :: 3.5",
4646
"Programming Language :: Python :: 3.6",
4747
"Programming Language :: Python :: 3.7",
48+
"Programming Language :: Python :: 3.8",
4849
"Topic :: Software Development :: Code Generators",
4950
"Topic :: Software Development :: Libraries :: Python Modules",
5051
],

0 commit comments

Comments
 (0)