forked from colcon/colcon-ros-bundle
-
Notifications
You must be signed in to change notification settings - Fork 0
/
setup.cfg
86 lines (69 loc) · 1.95 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
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
# Copyright 2018 Amazon.com, Inc. or its affiliates. All Rights Reserved.
# SPDX-License-Identifier: Apache-2.0
[metadata]
name = colcon-ros-bundle
version = attr: colcon_ros_bundle.__version__
author = Matthew Murphy
author_email = matmur@amazon.com
maintainer = Matthew Murphy
maintainer_email = matmur@amazon.com
project_urls =
Changelog = https://github.com/colcon/colcon-bundle/milestones?direction=desc&sort=due_date&state=closed
GitHub = https://github.com/colcon/colcon-bundle/
classifiers =
Development Status :: 3 - Alpha
Environment :: Console
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
keywords = colcon
description = Plugin for colcon to bundle ros applications
long_description = file: README.rst
[options]
python_requires = >=3.5
install_requires =
colcon-bundle>=0.0.10
colcon-ros>=0.3.5
rosdep<=0.14.0
setuptools>=30.3.0
packages = find:
tests_require =
pycodestyle==2.3.0
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
zip_safe = true
include_package_data = true
[options.entry_points]
colcon_bundle.task.bundle =
ros.catkin = colcon_ros_bundle.task.catkin.bundle:RosCatkinBundle
ros.cmake = colcon_ros_bundle.task.cmake.bundle:RosCmakeBundle
colcon_bundle.installer =
rdmanifest = colcon_ros_bundle.installer.rdmanifest:RdmanifestBundleInstallerExtensionPoint
[options.packages.find]
exclude =
test
test.*
[tool:pytest]
junit_suite_name = colcon-bundle
[flake8]
import-order-style = google
exclude = test/assets