Skip to content

Commit 1dc66a1

Browse files
committed
docs: update project name to "commit-companion" and version to "0.1.2", add Python 3.8, 3.9, and 3.10 classifiers.
1 parent 4554a95 commit 1dc66a1

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

pyproject.toml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@ requires = ["flit_core >=3.11,<4"]
33
build-backend = "flit_core.buildapi"
44

55
[project]
6-
name = "commit_companion"
7-
version = "0.1.1"
6+
name = "commit-companion"
7+
version = "0.1.2"
88
description = "Smarter Git commit messages using GPT."
99
authors = [{name = "Zack Nelson", email = "zacknelson15@gmail.com"}]
1010
readme = "README.md"
@@ -14,6 +14,9 @@ requires-python = ">=3.8"
1414
keywords = ["git", "cli", "openai", "commit", "automation"]
1515
classifiers = [
1616
"Programming Language :: Python :: 3",
17+
"Programming Language :: Python :: 3.8",
18+
"Programming Language :: Python :: 3.9",
19+
"Programming Language :: Python :: 3.10",
1720
"Programming Language :: Python :: 3.11",
1821
"Operating System :: OS Independent"
1922
]

0 commit comments

Comments
 (0)