forked from certtools/intelmq
-
Notifications
You must be signed in to change notification settings - Fork 0
/
setup.cfg
47 lines (39 loc) · 1.02 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
# SPDX-FileCopyrightText: 2016-2021 Sebastian Wagner
#
# SPDX-License-Identifier: AGPL-3.0-or-later
[bdist_wheel]
universal = 1
[build_sphinx]
source-dir = docs/
build-dir = docs/build
all_files = 1
[upload_sphinx]
upload-dir = docs/build/html
[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/,
intelmq/tests/
[codespell]
skip = *.csv,*.data,*.svg,./docs/_build,.eggs,.git,testfile.txt,dga.txt,*.txt,*.json,./cover
ignore-words-list = crypted,ba,nwe
exclude-file = .github/workflows/codespell.excludelines
[metadata]
name = intelmq
description = IntelMQ is a solution for IT security teams for collecting and processing security feeds using a message queuing protocol.
author = IntelMQ Community
maintainer = Wagner Sebastian
maintainer_email = sebastian@sebix.at
url = https://github.com/certtools/intelmq/
license = AGPL-3.0-or-later
license_file = LICENSE