commit-maker 0.1.1__tar.gz → 0.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.
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: commit_maker
3
- Version: 0.1.1
3
+ Version: 0.1.2
4
4
  Summary: CLI-утилита для генерации git-коммитов с помощью ИИ
5
5
  Author: Alex Bulgakov
6
6
  Author-email: Alex Bulgakov <sashayerty@ya.ru>
@@ -57,9 +57,9 @@ Dynamic: requires-python
57
57
 
58
58
  ```bash
59
59
  # Windows
60
- pip install git+https://github.com/sashayerty/commit_maker
60
+ pip install commit_maker
61
61
  # Linux/MacOS
62
- pip3 install git+https://github.com/sashayerty/commit_maker
62
+ pip3 install commit_maker
63
63
  ```
64
64
 
65
65
  ## Настройка переменных окружения
@@ -95,7 +95,7 @@ pip3 install git+https://github.com/sashayerty/commit_maker
95
95
  ### Windows
96
96
 
97
97
  ```cmd
98
- commit_maker.exe [OPTION] [VALUE]
98
+ commit_maker [OPTION] [VALUE]
99
99
  ```
100
100
 
101
101
  ### Linux/MacOS
@@ -43,9 +43,9 @@
43
43
 
44
44
  ```bash
45
45
  # Windows
46
- pip install git+https://github.com/sashayerty/commit_maker
46
+ pip install commit_maker
47
47
  # Linux/MacOS
48
- pip3 install git+https://github.com/sashayerty/commit_maker
48
+ pip3 install commit_maker
49
49
  ```
50
50
 
51
51
  ## Настройка переменных окружения
@@ -81,7 +81,7 @@ pip3 install git+https://github.com/sashayerty/commit_maker
81
81
  ### Windows
82
82
 
83
83
  ```cmd
84
- commit_maker.exe [OPTION] [VALUE]
84
+ commit_maker [OPTION] [VALUE]
85
85
  ```
86
86
 
87
87
  ### Linux/MacOS
@@ -1,6 +1,6 @@
1
1
  [project]
2
2
  name = "commit_maker"
3
- version = "0.1.1"
3
+ version = "0.1.2"
4
4
  authors = [
5
5
  { name="Alex Bulgakov", email="sashayerty@ya.ru" }
6
6
  ]
@@ -2,7 +2,7 @@ from setuptools import find_packages, setup
2
2
 
3
3
  setup(
4
4
  name="commit_maker",
5
- version="0.1.1",
5
+ version="0.1.2",
6
6
  author="Alex Bulgakov",
7
7
  author_email="sashayerty@ya.ru",
8
8
  description="CLI-утилита для генерации git-коммитов с помощью ИИ",
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: commit_maker
3
- Version: 0.1.1
3
+ Version: 0.1.2
4
4
  Summary: CLI-утилита для генерации git-коммитов с помощью ИИ
5
5
  Author: Alex Bulgakov
6
6
  Author-email: Alex Bulgakov <sashayerty@ya.ru>
@@ -57,9 +57,9 @@ Dynamic: requires-python
57
57
 
58
58
  ```bash
59
59
  # Windows
60
- pip install git+https://github.com/sashayerty/commit_maker
60
+ pip install commit_maker
61
61
  # Linux/MacOS
62
- pip3 install git+https://github.com/sashayerty/commit_maker
62
+ pip3 install commit_maker
63
63
  ```
64
64
 
65
65
  ## Настройка переменных окружения
@@ -95,7 +95,7 @@ pip3 install git+https://github.com/sashayerty/commit_maker
95
95
  ### Windows
96
96
 
97
97
  ```cmd
98
- commit_maker.exe [OPTION] [VALUE]
98
+ commit_maker [OPTION] [VALUE]
99
99
  ```
100
100
 
101
101
  ### Linux/MacOS
File without changes
File without changes