-
Notifications
You must be signed in to change notification settings - Fork 9
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #20 from aj3sh/0.2.0
Package update and 0.2.0 version bump
- Loading branch information
Showing
5 changed files
with
26 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,18 +1,37 @@ | ||
[metadata] | ||
name = commitlint | ||
version = 0.1.0 | ||
version = 0.2.0 | ||
license = MIT | ||
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. | ||
long_description = file: README.md | ||
long_description_content_type = text/markdown | ||
keywords = | ||
commitlint | ||
commit lint | ||
python commitlint | ||
conventional commit | ||
conventional commit message | ||
python commit | ||
github actions | ||
pre-commit | ||
classifiers = | ||
Programming Language :: Python :: 3 :: Only | ||
Programming Language :: Python :: 3.8 | ||
|
||
url = https://github.com/opensource-nepal/commitlint | ||
project_urls = | ||
Source = https://github.com/opensource-nepal/commitlint | ||
Changelog = https://github.com/opensource-nepal/commitlint/blob/main/CHANGELOG.md | ||
|
||
[options] | ||
packages = find: | ||
|
||
[options.packages.find] | ||
where = src | ||
exclude = | ||
tests* | ||
|
||
[options.entry_points] | ||
console_scripts = | ||
|