forked from certat/intelmq-webinput-csv
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathsetup.cfg
35 lines (30 loc) · 881 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
31
32
33
34
35
# SPDX-FileCopyrightText: 2022-2023 Intevation GmbH <[email protected]>
#
# SPDX-License-Identifier: AGPL-3.0-or-later
# Software engineering by Intevation GmbH <https://intevation.de>
[pep8]
ignore = E221, E722, W504, E501
[pycodestyle]
ignore = E221, E722, W504, E501
[flake8]
ignore = E221, E722, W504, E501
exclude =
.eggs/,
.git/,
__pycache__/,
debian/,
docs/,
build/,
dist/,
[pylint.FORMAT]
max-line-length = 200
[metadata]
name = intelmq-webinput-csv
description = A web interface for interactively inserting one-off abuse-incident data in CSV format into IntelMQ.
author = Intevation GmbH
maintainer = Intevation GmbH
maintainer_email = [email protected]
url = https://github.com/Intevation/intelmq-webinput-csv
license = AGPL-3.0-or-later
license_file = LICENSES/AGPL-3.0.txt
long_description = file: README.rst