-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathsetup.cfg
49 lines (44 loc) · 1.28 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
[flake8]
ignore = E128,E811,W503,E203,PT001,PT004,PT007,PT012,PT018,PT023,PL123
max_line_length = 100
[pydocstyle]
inherit = false
# google convention + D413
ignore = D10,D203,D212,D213,D214,D215,D404,D405,D406,D407,D408,D409,D410,D411,D413
match = .*\.py
[rstcheck]
ignore_directives =
automodule,
mdinclude,
ignore_messages=(Undefined substitution referenced: \":)
[metadata]
name = cnt-report-aggregator
url = https://github.com/mkoura/report-aggregator
maintainer = IOG Cardano Node Test Engineering
maintainer_email = [email protected]
description = Reports aggregator for cardano-node-tests
long_description = file: README.md
long_description_content_type = text/markdown
classifiers =
Topic :: Software Development :: Libraries :: Python Modules
Programming Language :: Python :: 3
Programming Language :: Python :: 3.8
Programming Language :: Python :: 3.9
Programming Language :: Python :: 3.10
Programming Language :: Python :: 3.11
Intended Audience :: Developers
[options]
zip_safe = False
include_package_data = True
packages = find:
setup_requires =
setuptools_scm
install_requires =
click
pybuildkite
PyGithub<2.0.0
urllib3<2.0.0
requests
[options.entry_points]
console_scripts =
report-aggregator = report_aggregator.cli:cli