File tree Expand file tree Collapse file tree 1 file changed +19
-0
lines changed Expand file tree Collapse file tree 1 file changed +19
-0
lines changed Original file line number Diff line number Diff line change 11[metadata]
22name = commitlint
33version = 0.1.0
4+ license = MIT
5+ author = opensource-nepal
6+ author_email = aj3sshh@gmail.com, sugatbajracharya49@gmail.com
47description = commitlint is is a pre-commit hook designed to lint your commit messages according to the Conventional Commits standard.
58long_description = file: README.md
69long_description_content_type = text/markdown
10+ keywords =
11+ commitlint
12+ commit lint
13+ python commitlint
14+ conventional commit
15+ conventional commit message
16+ python commit
17+ github actions
18+ pre-commit
719classifiers =
820 Programming Language :: Python :: 3 :: Only
921 Programming Language :: Python :: 3.8
1022
23+ url = https://github.com/opensource-nepal/commitlint
24+ project_urls =
25+ Source = https://github.com/opensource-nepal/commitlint
26+ Changelog = https://github.com/opensource-nepal/commitlint/blob/main/CHANGELOG.md
27+
1128[options]
1229packages = find:
1330
1431[options.packages.find]
1532where = src
33+ exclude =
34+ tests*
1635
1736[options.entry_points]
1837console_scripts =
You can’t perform that action at this time.
0 commit comments