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 8bcd3f3 commit 519fcbcCopy full SHA for 519fcbc
packages/google-cloud-audit-log/setup.py
@@ -51,6 +51,7 @@
51
"Programming Language :: Python :: 3.10",
52
"Programming Language :: Python :: 3.11",
53
"Programming Language :: Python :: 3.12",
54
+ "Programming Language :: Python :: 3.13",
55
"Programming Language :: Python :: Implementation :: CPython",
56
],
57
description=description,
@@ -59,7 +60,6 @@
59
60
install_requires=dependencies,
61
license="Apache-2.0",
62
packages=find_namespace_packages(exclude=("tests*", "testing*")),
- package_data={"": ["*.proto"]},
63
python_requires=">=3.7",
64
url="https://github.com/googleapis/python-audit-log",
65
include_package_data=True,
0 commit comments