Initial commit: Add git-commit-message-linter project
This commit is contained in:
12
setup.cfg
Normal file
12
setup.cfg
Normal 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+
|
||||||
Reference in New Issue
Block a user