-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathsetup.cfg
40 lines (37 loc) · 1.03 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
[metadata]
name = vinca
version = attr: vinca.__version__
url = https://github.com/ros-forge/vinca
project_urls =
Changelog = https://github.com/ros-forge/vinca/milestones?direction=desc&sort=due_date&state=closed
GitHub = https://github.com/ros-forge/vinca
author = Sean Yen
author_email = [email protected]
maintainer = Sean Yen
maintainer_email = [email protected]
classifiers =
Development Status :: 3 - Alpha
Intended Audience :: Developers
License :: OSI Approved :: MIT Licens
Programming Language :: Python
Operating System :: OS Independent
Topic :: Software Development :: Build Tools
license = MIT
description = Conda recipe generator for ROS packages.
long_description = file: README.md
keywords = ros
[options]
python_requires = >=3.7
setup_requires = setuptools
install_requires =
catkin_pkg >=0.4.16
ruamel.yaml >=0.16.6
rosdistro >=0.8.0
empy >=3.3.4
packages = find:
zip_safe = false
[options.entry_points]
console_scripts =
vinca = vinca.main:main
[flake8]
import-order-style = google