-
Notifications
You must be signed in to change notification settings - Fork 9
/
setup.cfg
38 lines (34 loc) · 1.03 KB
/
setup.cfg
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
[metadata]
name = commitlint
version = attr: commitlint.__version__.__version__
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.
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 =
commitlint = commitlint.cli:main