We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 97f7bd9 + 04c5b27 commit c96ff0bCopy full SHA for c96ff0b
setup.cfg
@@ -1,7 +1,7 @@
1
[metadata]
2
name = commitlint
3
version = attr: commitlint.__version__.__version__
4
-license = MIT
+license = GPL-3.0
5
author = opensource-nepal
6
author_email = aj3sshh@gmail.com, sugatbajracharya49@gmail.com
7
description = commitlint is is a pre-commit hook designed to lint your commit messages according to the Conventional Commits standard.
@@ -19,6 +19,7 @@ keywords =
19
classifiers =
20
Programming Language :: Python :: 3 :: Only
21
Programming Language :: Python :: 3.8
22
+ License :: OSI Approved :: GNU General Public License v3 (GPL-3.0)
23
24
url = https://github.com/opensource-nepal/commitlint
25
project_urls =
0 commit comments