ggcode 1.1.0__tar.gz → 1.1.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.
- {ggcode-1.1.0 → ggcode-1.1.2}/PKG-INFO +1 -1
- {ggcode-1.1.0 → ggcode-1.1.2}/ggcode.egg-info/PKG-INFO +1 -1
- ggcode-1.1.2/ggcode_release_installer/__init__.py +1 -0
- {ggcode-1.1.0 → ggcode-1.1.2}/ggcode_release_installer/cli.py +3 -1
- {ggcode-1.1.0 → ggcode-1.1.2}/pyproject.toml +1 -1
- ggcode-1.1.0/ggcode_release_installer/__init__.py +0 -1
- {ggcode-1.1.0 → ggcode-1.1.2}/README.md +0 -0
- {ggcode-1.1.0 → ggcode-1.1.2}/ggcode.egg-info/SOURCES.txt +0 -0
- {ggcode-1.1.0 → ggcode-1.1.2}/ggcode.egg-info/dependency_links.txt +0 -0
- {ggcode-1.1.0 → ggcode-1.1.2}/ggcode.egg-info/entry_points.txt +0 -0
- {ggcode-1.1.0 → ggcode-1.1.2}/ggcode.egg-info/top_level.txt +0 -0
- {ggcode-1.1.0 → ggcode-1.1.2}/setup.cfg +0 -0
- {ggcode-1.1.0 → ggcode-1.1.2}/tests/test_cli.py +0 -0
|
@@ -0,0 +1 @@
|
|
|
1
|
+
__version__ = "1.1.2"
|
|
@@ -139,7 +139,9 @@ def ensure_installed() -> Path:
|
|
|
139
139
|
|
|
140
140
|
def main() -> int:
|
|
141
141
|
binary = ensure_installed()
|
|
142
|
-
|
|
142
|
+
env = dict(os.environ)
|
|
143
|
+
env["GGCODE_WRAPPER_KIND"] = "python"
|
|
144
|
+
result = subprocess.run([str(binary), *sys.argv[1:]], env=env)
|
|
143
145
|
return result.returncode
|
|
144
146
|
|
|
145
147
|
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
__version__ = "1.1.0"
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|