File: setup.cfg

package info (click to toggle)
dh-ros 0.14.3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 236 kB
  • sloc: python: 995; xml: 64; perl: 38; sh: 21; makefile: 19; cpp: 6
file content (16 lines) | stat: -rw-r--r-- 341 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# Copyright 2021-2022 Timo Röhling <roehling@debian.org>
# SPDX-License-Identifier: MIT
[metadata]
name = dhros
version = 0.14.3
description = Build helper for ROS packages in Debian
license = MIT

[options]
packages = find:
install_requires =
    catkin_pkg

[options.entry_points]
console_scripts =
    rosbuilder = dhros.rosbuilder:main