-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathsetup.cfg
More file actions
67 lines (63 loc) · 2.11 KB
/
Copy pathsetup.cfg
File metadata and controls
67 lines (63 loc) · 2.11 KB
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
[metadata]
name = colcon-ros-gradle
version = attr: colcon_ros_gradle.__version__
url = https://colcon.readthedocs.io
project_urls =
Changelog = https://github.com/colcon/colcon-ros-gradle/milestones?state=closed
GitHub = https://github.com/colcon/colcon-ros-gradle/
author = Esteve Fernandez
author_email = esteve@apache.org
maintainer = Esteve Fernandez, Jacob Perron
maintainer_email = esteve@apache.org,jacob@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 support Ament Gradle packages.
long_description = file: README.md
long_description_content_type = text/markdown
keywords = colcon
[options]
install_requires =
colcon-core
# to set an environment variable when a package installs a library
colcon-library-path
colcon-gradle
colcon-ros
packages = find:
zip_safe = true
[options.extras_require]
test =
flake8
flake8-blind-except
flake8-builtins
flake8-class-newline
flake8-comprehensions
flake8-deprecated
flake8-docstrings
flake8-import-order
flake8-quotes
pep8-naming
pylint
pytest
pytest-cov
scspell3k
[options.entry_points]
colcon_argcomplete.argcomplete_completer =
ament_gradle_args = colcon_ros_gradle.argcomplete_completer.ament_gradle_args:AmentGradleArgcompleteCompleter
colcon_core.environment_variable =
ament_gradle_command = colcon_ros_gradle.task.ament_gradle:GRADLE_COMMAND_ENVIRONMENT_VARIABLE
ament_gradle_home = colcon_ros_gradle.task.ament_gradle:GRADLE_HOME_ENVIRONMENT_VARIABLE
colcon_core.package_identification =
ament_gradle = colcon_ros_gradle.package_identification.ament_gradle:AmentGradlePackageIdentification
colcon_core.task.build =
ament_gradle = colcon_ros_gradle.task.ament_gradle.build:AmentGradleBuildTask
[flake8]
import-order-style = google