Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: updated license information #25

Merged
merged 1 commit into from
Feb 17, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[metadata]
name = commitlint
version = attr: commitlint.__version__.__version__
license = MIT
license = GPL-3.0
author = opensource-nepal
author_email = [email protected], [email protected]
description = commitlint is is a pre-commit hook designed to lint your commit messages according to the Conventional Commits standard.
Expand All @@ -19,6 +19,7 @@ keywords =
classifiers =
Programming Language :: Python :: 3 :: Only
Programming Language :: Python :: 3.8
License :: OSI Approved :: GNU General Public License v3 (GPL-3.0)

url = https://github.com/opensource-nepal/commitlint
project_urls =
Expand Down
Loading