-
-
Notifications
You must be signed in to change notification settings - Fork 10
/
setup.cfg
47 lines (44 loc) · 1.26 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
[metadata]
name = vinca
version = attr: vinca.__version__
url = https://github.com/RoboStack/vinca
project_urls =
Changelog = https://github.com/RoboStack/vinca/milestones?direction=desc&sort=due_date&state=closed
GitHub = https://github.com/RoboStack/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.6
setup_requires = setuptools
install_requires =
catkin_pkg >=0.4.16
ruamel.yaml >=0.16.6,<0.18.0
rosdistro >=0.8.0
empy >=3.3.4,<4.0.0
requests >=2.24.0
networkx >=2.5
rich >=10
packages = find:
zip_safe = false
[options.entry_points]
console_scripts =
vinca = vinca.main:main
vinca-glab = vinca.generate_gitlab:main
vinca-gha = vinca.generate_gha:main
vinca-azure = vinca.generate_azure:main
vinca-migrate = vinca.migrate:main
[flake8]
import-order-style = google