forked from colcon/colcon-sanitizer-reports
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsetup.cfg
54 lines (51 loc) · 1.36 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
[metadata]
name = colcon-sanitizer-reports
version = attr: colcon_sanitizer_reports.__version__
url = https://colcon.readthedocs.io
maintainer = Steven! Ragnarök
maintainer_email = steven@openrobotics.org
classifiers =
Development Status :: 3 - Alpha
Environment :: Plugins
Intended Audience :: Developers
License :: OSI Approved :: Apache Software License
Operating System :: MacOS
Operating System :: Microsoft :: Windows
Operating System :: POSIX
Programming Language :: Python
Topic :: Software Development :: Build Tools
license = Apache License, Version 2.0
description = Extension for colcon to extract reports from ASan and TSan output.
long_description = file: README.rst
keywords = colcon
[options]
install_requires =
colcon-core>=0.3.15
colcon-python-setup-py>=0.2.1
setuptools>=30.3.0
distro>=1.3.0
packages = find:
python_requires = >=3.5
tests_require =
flake8
flake8-blind-except
flake8-builtins
flake8-class-newline
flake8-comprehensions
flake8-deprecated
flake8-docstrings
flake8-import-order
flake8-quotes
mock
pep8-naming
pyenchant
pylint
pytest
pytest-cov
pytest-asyncio
[options.entry_points]
colcon_core.event_handler =
sanitizer_report = colcon_sanitizer_reports.event_handlers.sanitizer_report:SanitizerReportEventHandler
[flake8]
import-order-style = google
max-line-length = 100