We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 5abbf5d + d6bfdf7 commit eb65811Copy full SHA for eb65811
1 file changed
pyproject.toml
@@ -17,7 +17,7 @@ requires = ["setuptools"]
17
build-backend = "setuptools.build_meta"
18
19
[project]
20
-name = "google-ads-data-manager-util"
+name = "google-ads-datamanager-util"
21
version = "0.2.0"
22
description = "Utilities for the Data Manager API"
23
readme = "./README.rst"
@@ -50,7 +50,7 @@ dev = [
50
"nox >= 2020.12.31, < 2022.6",
51
# Include the dependencies for samples for convenience, since sample updates
52
# are often part of the dev process.
53
- "google-ads-data-manager-util[samples]",
+ "google-ads-datamanager-util[samples]",
54
]
55
samples = [
56
"google-ads-datamanager ~= 0.1",
0 commit comments