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.
@@ -1,11 +1,11 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: git-gcm
3
- Version: 2.0.1
4
- Summary: Write Git commits the smart way.
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,3 +1,3 @@
1
1
  """GCM - Git Commit Message Generator"""
2
2
 
3
- __version__ = "2.0.1"
3
+ __version__ = "2.0.2"
@@ -115,7 +115,7 @@ class GCMApp:
115
115
  """解析命令行参数"""
116
116
  parser = argparse.ArgumentParser(
117
117
  prog="gcm",
118
- description="基于大模型的 Git Commit Message 生成",
118
+ description="Write better Git commits, faster",
119
119
  formatter_class=_ZhHelpFormatter,
120
120
  add_help=False,
121
121
  )
@@ -1,11 +1,11 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: git-gcm
3
- Version: 2.0.1
4
- Summary: Write Git commits the smart way.
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.1"
8
- description = "Write Git commits the smart way."
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