Skip to content

Commit 519fcbc

Browse files
committed
update setup.py
1 parent 8bcd3f3 commit 519fcbc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/google-cloud-audit-log/setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,7 @@
5151
"Programming Language :: Python :: 3.10",
5252
"Programming Language :: Python :: 3.11",
5353
"Programming Language :: Python :: 3.12",
54+
"Programming Language :: Python :: 3.13",
5455
"Programming Language :: Python :: Implementation :: CPython",
5556
],
5657
description=description,
@@ -59,7 +60,6 @@
5960
install_requires=dependencies,
6061
license="Apache-2.0",
6162
packages=find_namespace_packages(exclude=("tests*", "testing*")),
62-
package_data={"": ["*.proto"]},
6363
python_requires=">=3.7",
6464
url="https://github.com/googleapis/python-audit-log",
6565
include_package_data=True,

0 commit comments

Comments
 (0)