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+