Initial commit: Add git-commit-message-linter project
Some checks failed
CI / test (push) Has been cancelled
CI / build (push) Has been cancelled

This commit is contained in:
2026-01-29 10:23:45 +00:00
parent 93197dcd1a
commit 6f6f4250b6

12
setup.cfg Normal file
View File

@@ -0,0 +1,12 @@
[metadata]
name = git-commit-message-linter
version = 1.0.0
summary = A Python CLI tool that validates git commit messages
author = Git Commit Message Linter Contributors
license = MIT
classifiers =
Development Status :: 4 - Beta
Intended Audience :: Developers
License :: OSI Approved :: MIT License
Programming Language :: Python :: 3
Programming Language :: Python :: 3.9+