ggcode 1.1.4__tar.gz → 1.1.6__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.
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: ggcode
3
- Version: 1.1.4
3
+ Version: 1.1.6
4
4
  Summary: Thin Python wrapper that installs the ggcode GitHub Release binary
5
5
  Author: topcheer
6
6
  License: MIT
@@ -23,6 +23,9 @@ it in a wrapper-managed cache:
23
23
  If that directory is not already on `PATH`, the bootstrap updates your PATH configuration and asks
24
24
  you to reopen the terminal so future `ggcode` launches resolve directly to the native binary.
25
25
 
26
+ This package is only the release-backed installer wrapper. For product features, harness workflow
27
+ details, and the main CLI experience, use the repository README.
28
+
26
29
  ## Install
27
30
 
28
31
  ```bash
@@ -11,6 +11,9 @@ it in a wrapper-managed cache:
11
11
  If that directory is not already on `PATH`, the bootstrap updates your PATH configuration and asks
12
12
  you to reopen the terminal so future `ggcode` launches resolve directly to the native binary.
13
13
 
14
+ This package is only the release-backed installer wrapper. For product features, harness workflow
15
+ details, and the main CLI experience, use the repository README.
16
+
14
17
  ## Install
15
18
 
16
19
  ```bash
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: ggcode
3
- Version: 1.1.4
3
+ Version: 1.1.6
4
4
  Summary: Thin Python wrapper that installs the ggcode GitHub Release binary
5
5
  Author: topcheer
6
6
  License: MIT
@@ -23,6 +23,9 @@ it in a wrapper-managed cache:
23
23
  If that directory is not already on `PATH`, the bootstrap updates your PATH configuration and asks
24
24
  you to reopen the terminal so future `ggcode` launches resolve directly to the native binary.
25
25
 
26
+ This package is only the release-backed installer wrapper. For product features, harness workflow
27
+ details, and the main CLI experience, use the repository README.
28
+
26
29
  ## Install
27
30
 
28
31
  ```bash
@@ -0,0 +1 @@
1
+ __version__ = "1.1.6"
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
4
4
 
5
5
  [project]
6
6
  name = "ggcode"
7
- version = "1.1.4"
7
+ version = "1.1.6"
8
8
  description = "Thin Python wrapper that installs the ggcode GitHub Release binary"
9
9
  readme = "README.md"
10
10
  requires-python = ">=3.9"
@@ -1 +0,0 @@
1
- __version__ = "1.1.4"
File without changes
File without changes