git-gcm 2.0.1__tar.gz → 2.0.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.
- {git_gcm-2.0.1/git_gcm.egg-info → git_gcm-2.0.2}/PKG-INFO +4 -4
- {git_gcm-2.0.1 → git_gcm-2.0.2}/gcm/__init__.py +1 -1
- {git_gcm-2.0.1 → git_gcm-2.0.2}/gcm/cli.py +1 -1
- {git_gcm-2.0.1 → git_gcm-2.0.2/git_gcm.egg-info}/PKG-INFO +4 -4
- {git_gcm-2.0.1 → git_gcm-2.0.2}/pyproject.toml +4 -4
- {git_gcm-2.0.1 → git_gcm-2.0.2}/LICENSE +0 -0
- {git_gcm-2.0.1 → git_gcm-2.0.2}/README.md +0 -0
- {git_gcm-2.0.1 → git_gcm-2.0.2}/gcm/git.py +0 -0
- {git_gcm-2.0.1 → git_gcm-2.0.2}/gcm/interactive.py +0 -0
- {git_gcm-2.0.1 → git_gcm-2.0.2}/gcm/llm.py +0 -0
- {git_gcm-2.0.1 → git_gcm-2.0.2}/gcm/prompt.py +0 -0
- {git_gcm-2.0.1 → git_gcm-2.0.2}/git_gcm.egg-info/SOURCES.txt +0 -0
- {git_gcm-2.0.1 → git_gcm-2.0.2}/git_gcm.egg-info/dependency_links.txt +0 -0
- {git_gcm-2.0.1 → git_gcm-2.0.2}/git_gcm.egg-info/entry_points.txt +0 -0
- {git_gcm-2.0.1 → git_gcm-2.0.2}/git_gcm.egg-info/requires.txt +0 -0
- {git_gcm-2.0.1 → git_gcm-2.0.2}/git_gcm.egg-info/top_level.txt +0 -0
- {git_gcm-2.0.1 → git_gcm-2.0.2}/setup.cfg +0 -0
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: git-gcm
|
|
3
|
-
Version: 2.0.
|
|
4
|
-
Summary: Write Git commits
|
|
3
|
+
Version: 2.0.2
|
|
4
|
+
Summary: Write better Git commits, faster
|
|
5
5
|
Author-email: Luca <yangshaoxiong5545@gmail.com>
|
|
6
6
|
License: MIT
|
|
7
|
-
Project-URL: Homepage, https://github.com/falconluca/gcm
|
|
8
|
-
Project-URL: Repository, https://github.com/falconluca/gcm
|
|
7
|
+
Project-URL: Homepage, https://github.com/falconluca/git-gcm
|
|
8
|
+
Project-URL: Repository, https://github.com/falconluca/git-gcm
|
|
9
9
|
Keywords: git,commit,message,ai,llm,openai,gcm
|
|
10
10
|
Classifier: Development Status :: 4 - Beta
|
|
11
11
|
Classifier: Environment :: Console
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: git-gcm
|
|
3
|
-
Version: 2.0.
|
|
4
|
-
Summary: Write Git commits
|
|
3
|
+
Version: 2.0.2
|
|
4
|
+
Summary: Write better Git commits, faster
|
|
5
5
|
Author-email: Luca <yangshaoxiong5545@gmail.com>
|
|
6
6
|
License: MIT
|
|
7
|
-
Project-URL: Homepage, https://github.com/falconluca/gcm
|
|
8
|
-
Project-URL: Repository, https://github.com/falconluca/gcm
|
|
7
|
+
Project-URL: Homepage, https://github.com/falconluca/git-gcm
|
|
8
|
+
Project-URL: Repository, https://github.com/falconluca/git-gcm
|
|
9
9
|
Keywords: git,commit,message,ai,llm,openai,gcm
|
|
10
10
|
Classifier: Development Status :: 4 - Beta
|
|
11
11
|
Classifier: Environment :: Console
|
|
@@ -4,8 +4,8 @@ build-backend = "setuptools.build_meta"
|
|
|
4
4
|
|
|
5
5
|
[project]
|
|
6
6
|
name = "git-gcm"
|
|
7
|
-
version = "2.0.
|
|
8
|
-
description = "Write Git commits
|
|
7
|
+
version = "2.0.2"
|
|
8
|
+
description = "Write better Git commits, faster"
|
|
9
9
|
readme = "README.md"
|
|
10
10
|
license = { text = "MIT" }
|
|
11
11
|
requires-python = ">=3.8"
|
|
@@ -32,8 +32,8 @@ dependencies = ["openai>=1.0.0", "python-dotenv>=1.0.0", "questionary>=1.4.0"]
|
|
|
32
32
|
gcm = "gcm.cli:main"
|
|
33
33
|
|
|
34
34
|
[project.urls]
|
|
35
|
-
Homepage = "https://github.com/falconluca/gcm"
|
|
36
|
-
Repository = "https://github.com/falconluca/gcm"
|
|
35
|
+
Homepage = "https://github.com/falconluca/git-gcm"
|
|
36
|
+
Repository = "https://github.com/falconluca/git-gcm"
|
|
37
37
|
|
|
38
38
|
[tool.setuptools.packages.find]
|
|
39
39
|
where = ["."]
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|