Skip to content

Commit

Permalink
update setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
parthea committed Jan 10, 2025
1 parent 8bcd3f3 commit 519fcbc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/google-cloud-audit-log/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@
"Programming Language :: Python :: 3.10",
"Programming Language :: Python :: 3.11",
"Programming Language :: Python :: 3.12",
"Programming Language :: Python :: 3.13",
"Programming Language :: Python :: Implementation :: CPython",
],
description=description,
Expand All @@ -59,7 +60,6 @@
install_requires=dependencies,
license="Apache-2.0",
packages=find_namespace_packages(exclude=("tests*", "testing*")),
package_data={"": ["*.proto"]},
python_requires=">=3.7",
url="https://github.com/googleapis/python-audit-log",
include_package_data=True,
Expand Down

0 comments on commit 519fcbc

Please sign in to comment.