File tree 1 file changed +19
-0
lines changed
1 file changed +19
-0
lines changed Original file line number Diff line number Diff line change 1
1
[metadata]
2
2
name = commitlint
3
3
version = 0.1.0
4
+ license = MIT
5
+ author = opensource-nepal
6
+
4
7
description = commitlint is is a pre-commit hook designed to lint your commit messages according to the Conventional Commits standard.
5
8
long_description = file: README.md
6
9
long_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
7
19
classifiers =
8
20
Programming Language :: Python :: 3 :: Only
9
21
Programming Language :: Python :: 3.8
10
22
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
+
11
28
[options]
12
29
packages = find:
13
30
14
31
[options.packages.find]
15
32
where = src
33
+ exclude =
34
+ tests*
16
35
17
36
[options.entry_points]
18
37
console_scripts =
You can’t perform that action at this time.
0 commit comments