-
Notifications
You must be signed in to change notification settings - Fork 0
/
setup.cfg
68 lines (58 loc) · 1.56 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
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
# ******************************************************************************
#
# pccc, the Python Conventional Commit Checker.
#
# Copyright 2020-2022 Jeremy A Gray <gray@flyquackswim.com>.
#
# SPDX-License-Identifier: GPL-3.0-or-later
#
# ******************************************************************************
[metadata]
author = Jeremy A Gray
author_email = gray@flyquackswim.com
description = Python Conventional Commit Checker
license = GPL-3.0-or-later
license_file = LICENSE.rst
long_description = file: README.rst
long_description_content_type = text/x-rst
maintainer = Jeremy A Gray
maintainer_email = gray@flyquackswim.com
name = pccc
url = https://github.com/jeremyagray/pccc
version = 0.4.14
project_urls =
Issues = https://github.com/jeremyagray/pccc/issues
Documentation = https://pccc.readthedocs.io/
Repository = https://github.com/jeremyagray/pccc
classifiers =
Development Status :: 3 - Alpha
License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+)
Intended Audience :: Developers
Programming Language :: Python :: 3.7
Programming Language :: Python :: 3.8
Programming Language :: Python :: 3.9
Programming Language :: Python :: 3.10
Programming Language :: Python :: 3.11
Topic :: Software Development :: Version Control :: Git
[options]
packages = pccc
install_requires =
bespon
pyenchant
pyparsing
ruamel.yaml
toml
tests_require =
black
factory-boy
flake8
flake8-docstrings
hypothesis
isort
pyfakefs
pytest
pytest-cov
tox
[options.entry_points]
console_scripts =
pccc = pccc:main