forked from Intevation/intelmq-certbund-contact
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsetup.cfg
30 lines (26 loc) · 757 Bytes
/
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
# SPDX-FileCopyrightText: 2022 Sebastian Wagner
#
# SPDX-License-Identifier: AGPL-3.0-or-later
[pep8]
ignore = E221, E722, W504, E501
[pycodestyle]
ignore = E221, E722, W504, E501
[flake8]
ignore = E221, E722, W504, E501
exclude =
.git/,
debian/,
build/,
dist/,
tests/
[metadata]
name = intelmq-certbund-contact
description = IntelMQ expert bots to lookup contact information in a database (part of the intelmq-cb-mailgen solution).
author = Intevation GmbH
maintainer = Intevation GmbH
maintainer_email = [email protected]
url = https://github.com/Intevation/intelmq-certbund-contact
license = AGPL-3.0-or-later
license_file = LICENSE
long_description = file: README.md
long_description_content_type = text/markdown