File: setup.cfg

package info (click to toggle)
ros2-colcon-library-path 0.2.1-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, sid, trixie
  • size: 132 kB
  • sloc: python: 147; makefile: 2
file content (59 lines) | stat: -rw-r--r-- 1,577 bytes parent folder | download
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
[metadata]
name = colcon-library-path
version = attr: colcon_library_path.__version__
url = https://colcon.readthedocs.io
project_urls =
    Changelog = https://github.com/colcon/colcon-library-path/milestones?direction=desc&sort=due_date&state=closed
    GitHub = https://github.com/colcon/colcon-library-path/
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 = Extension for colcon adding an environment variable to find libraries.
long_description = file: README.rst
keywords = colcon

[options]
install_requires =
  colcon-core
packages = find:
tests_require =
  flake8
  flake8-blind-except
  flake8-builtins
  flake8-class-newline
  flake8-comprehensions
  flake8-deprecated
  flake8-docstrings
  flake8-import-order
  flake8-quotes
  pep8-naming
  pyenchant
  pylint
  pytest
  pytest-cov
zip_safe = true

[tool:pytest]
filterwarnings =
    error
    ignore::DeprecationWarning
junit_suite_name = colcon-library-path

[options.entry_points]
colcon_core.environment =
    library_path = colcon_library_path.environment.library_path:LibraryPathEnvironment

[flake8]
import-order-style = google