-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpyproject.toml
More file actions
31 lines (28 loc) · 1.01 KB
/
pyproject.toml
File metadata and controls
31 lines (28 loc) · 1.01 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
[build-system]
requires = ["setuptools>=68.0", "wheel"]
build-backend = "setuptools.build_meta"
[project]
name = "ai-commit-msg"
version = "1.0.0"
description = "AI-powered git commit message generator. Analyzes your staged changes and writes meaningful commit messages."
readme = "README.md"
license = {text = "MIT"}
requires-python = ">=3.8"
authors = [{name = "Armani", email = "armaniafton@gmail.com"}]
keywords = ["git", "commit", "ai", "developer-tools", "productivity"]
classifiers = [
"Development Status :: 4 - Beta",
"Intended Audience :: Developers",
"License :: OSI Approved :: MIT License",
"Programming Language :: Python :: 3",
"Topic :: Software Development :: Version Control :: Git",
]
dependencies = [
"google-genai>=1.0.0",
]
[project.scripts]
ai-commit = "ai_commit_msg.cli:main"
[project.urls]
Homepage = "https://github.com/acunningham-ship-it/ai-commit-msg"
"Free AI Tools" = "https://crazeemedia.app.n8n.cloud/webhook/ai-tools"
"Buy Me a Coffee" = "https://buymeacoffee.com/armanidev"