-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsetup.cfg
46 lines (43 loc) · 1.12 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
[metadata]
name = platform_cli
version = attr: platform_cli.__version__
url = https://github.com/Greenroom-Robotics/platform_cli
author = Greenroom Robotics
author_email = [email protected]
maintainer = David Revay
maintainer_email = [email protected]
classifiers =
Development Status :: 3 - Alpha
Environment :: Plugins
Intended Audience :: Developers
Programming Language :: Python
Topic :: Software Development :: Build Tools
license = Copyright (C) 2022, Greenroom Robotics
license_files = LICENSE
description = A CLI for common scripts shared between Greenroom platform modules and platform CI
long_description = file: README.md
long_description_content_type = text/markdown
keywords = colcon
[options]
packages = find:
install_requires =
toml~=0.10
setuptools
colorama
click
psutil
python-on-whales
watchdog
GitPython
zip_safe = true
[options.package_data]
platform_cli =
**/*.py
**/*.json
**/*.lock
**/*.js
**/Dockerfile.single
**/Dockerfile.multi
[options.entry_points]
console_scripts =
platform = platform_cli.cli:init_platform_cli