-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathsetup.cfg
More file actions
26 lines (22 loc) · 640 Bytes
/
setup.cfg
File metadata and controls
26 lines (22 loc) · 640 Bytes
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
[metadata]
name = pre_commit_hooks
version = 1.0.0
description = Some out-of-the-box hooks for pre-commit maintained by 'devops-roast'.
long_description = file: README.md
long_description_content_type = text/markdown
url = https://github.com/devops-roast/pre-commit-hooks
author = DevOps Roast
author_email = support+github@devops-roast.com
license = Apache License, Version 2.0
[options]
packages = find:
python_requires = >=3.7
[options.packages.find]
exclude =
tests*
testing*
[options.entry_points]
console_scripts =
enforce-conventional-commits = python.enforce_conventional_commits:main
[bdist_wheel]
universal = True