-
Notifications
You must be signed in to change notification settings - Fork 5
/
setup.cfg
55 lines (53 loc) · 1.62 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
[metadata]
name = colcon-common-extensions
version = attr: colcon_common_extensions.__version__
url = https://colcon.readthedocs.io
project_urls =
Changelog = https://github.com/colcon/colcon-common-extensions/milestones?direction=desc&sort=due_date&state=closed
GitHub = https://github.com/colcon/colcon-common-extensions/
author = Dirk Thomas
author_email = [email protected]
maintainer = Dirk Thomas
maintainer_email = [email protected]
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 = Meta package aggregating colcon-core and common extensions.
long_description = file: README.rst
keywords = colcon
[options]
python_requires = >=3.6
install_requires =
colcon-argcomplete; sys_platform != 'win32'
colcon-bash; sys_platform != 'win32'
colcon-cd; sys_platform != 'win32'
colcon-cmake
colcon-core
colcon-defaults
colcon-devtools
colcon-library-path
colcon-metadata
colcon-notification
colcon-output
colcon-package-information
colcon-package-selection
colcon-parallel-executor
colcon-powershell
colcon-python-setup-py
colcon-recursive-crawl
colcon-ros
colcon-test-result
colcon-zsh; sys_platform != 'win32'
packages = find:
zip_safe = true
[options.extras_require]
recommended =
colcon-override-check