-
Notifications
You must be signed in to change notification settings - Fork 3
/
setup.cfg
30 lines (29 loc) · 1.08 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
[metadata]
author = LAVA team
author_email = [email protected]
license = AGPL
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 Affero General Public License v3
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