Skip to content

Commit 232f552

Browse files
committed
chore: updated python package details
1 parent 810471a commit 232f552

File tree

1 file changed

+19
-0
lines changed

1 file changed

+19
-0
lines changed

setup.cfg

+19
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,37 @@
11
[metadata]
22
name = commitlint
33
version = 0.1.0
4+
license = MIT
5+
author = opensource-nepal
6+
47
description = commitlint is is a pre-commit hook designed to lint your commit messages according to the Conventional Commits standard.
58
long_description = file: README.md
69
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
719
classifiers =
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]
1229
packages = find:
1330

1431
[options.packages.find]
1532
where = src
33+
exclude =
34+
tests*
1635

1736
[options.entry_points]
1837
console_scripts =

0 commit comments

Comments
 (0)