Skip to content

Commit 04c5b27

Browse files
committed
chore: updated license information
1 parent 97f7bd9 commit 04c5b27

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

setup.cfg

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[metadata]
22
name = commitlint
33
version = attr: commitlint.__version__.__version__
4-
license = MIT
4+
license = GPL-3.0
55
author = opensource-nepal
66
author_email = aj3sshh@gmail.com, sugatbajracharya49@gmail.com
77
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 =
1919
classifiers =
2020
Programming Language :: Python :: 3 :: Only
2121
Programming Language :: Python :: 3.8
22+
License :: OSI Approved :: GNU General Public License v3 (GPL-3.0)
2223

2324
url = https://github.com/opensource-nepal/commitlint
2425
project_urls =

0 commit comments

Comments
 (0)