Skip to content
This repository was archived by the owner on Mar 15, 2025. It is now read-only.

Commit 7b27dac

Browse files
authored
fix: Fixed broken url for package. (#38)
Fixes #37
1 parent 371b27b commit 7b27dac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@
5050
author="Google LLC",
5151
author_email="googleapis-packages@google.com",
5252
license="Apache 2.0",
53-
url="https://github.com/googleapis/python-orgpolicy",
53+
url="https://github.com/googleapis/python-org-policy",
5454
packages=setuptools.PEP420PackageFinder.find(),
5555
namespace_packages=("google", "google.cloud"),
5656
platforms="Posix; MacOS X; Windows",

0 commit comments

Comments
 (0)