File: setup.cfg

package info (click to toggle)
lava 2026.01-1
  • links: PTS, VCS
  • area: main
  • in suites:
  • size: 30,796 kB
  • sloc: python: 82,790; javascript: 16,658; sh: 1,364; makefile: 335
file content (32 lines) | stat: -rw-r--r-- 1,075 bytes parent folder | download | duplicates (2)
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
[metadata]
author = LAVA team
author_email = lava-team@linaro.org
license = GPLv2+
long_description =
  LAVA is a continuous integration system for deploying operating
  systems onto physical and virtual hardware for running tests.
  Tests can be simple boot testing, bootloader testing and system
  level testing. Extra hardware may be required for some
  system tests. Results are tracked over time and data can be
  exported for further analysis.
url = https://lavasoftware.org
version = attr: lava_common.version.__version__
platforms = linux
classifiers =
  Development Status :: 6 - Mature
  License :: OSI Approved :: GNU General Public License v2 or later (GPLv2+)
  Operating System :: POSIX :: Linux
  Programming Language :: Python :: 3 :: Only
  Programming Language :: Python :: 3.5
  Programming Language :: Python :: 3.6
  Programming Language :: Python :: 3.7
  Programming Language :: Python :: 3.8
  Topic :: Software Development :: Testing

[options]
include_package_data = True
zip_safe = False
python_requires = >=3.5

[pycodestyle]
max-line-length = 88