Skip to content

Commit eb65811

Browse files
authored
Merge pull request #1 from googleads/release-prep
chore(release): update util package name to align with client library name
2 parents 5abbf5d + d6bfdf7 commit eb65811

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ requires = ["setuptools"]
1717
build-backend = "setuptools.build_meta"
1818

1919
[project]
20-
name = "google-ads-data-manager-util"
20+
name = "google-ads-datamanager-util"
2121
version = "0.2.0"
2222
description = "Utilities for the Data Manager API"
2323
readme = "./README.rst"
@@ -50,7 +50,7 @@ dev = [
5050
"nox >= 2020.12.31, < 2022.6",
5151
# Include the dependencies for samples for convenience, since sample updates
5252
# are often part of the dev process.
53-
"google-ads-data-manager-util[samples]",
53+
"google-ads-datamanager-util[samples]",
5454
]
5555
samples = [
5656
"google-ads-datamanager ~= 0.1",

0 commit comments

Comments
 (0)