gtraces 0.2.2__tar.gz

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
gtraces-0.2.2/PKG-INFO ADDED
@@ -0,0 +1,6 @@
1
+ Metadata-Version: 2.3
2
+ Name: gtraces
3
+ Version: 0.2.2
4
+ Summary: CLI for GCP Cloud Trace API v1
5
+ Requires-Dist: click>=8.0
6
+ Requires-Python: >=3.10
@@ -0,0 +1,21 @@
1
+ [project]
2
+ name = "gtraces"
3
+ version = "0.2.2"
4
+ description = "CLI for GCP Cloud Trace API v1"
5
+ requires-python = ">=3.10"
6
+ dependencies = ["click>=8.0"]
7
+
8
+ [project.scripts]
9
+ gtraces = "gtraces:cli"
10
+
11
+ [build-system]
12
+ requires = ["uv_build>=0.7.2,<0.8"]
13
+ build-backend = "uv_build"
14
+
15
+ [tool.commitizen]
16
+ name = "cz_conventional_commits"
17
+ version = "0.2.2"
18
+ tag_format = "v$version"
19
+ version_files = ["pyproject.toml:^version"]
20
+ update_changelog_on_bump = true
21
+ major_version_zero = true