From 6f6f4250b64a18a5fb2fd7d216b58baf9f7daaee Mon Sep 17 00:00:00 2001 From: 7000pctAUTO Date: Thu, 29 Jan 2026 10:23:45 +0000 Subject: [PATCH] Initial commit: Add git-commit-message-linter project --- setup.cfg | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 setup.cfg diff --git a/setup.cfg b/setup.cfg new file mode 100644 index 0000000..3e6ebde --- /dev/null +++ b/setup.cfg @@ -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+