forked from hamma-dev/mjolnir-hamma
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmetadata.toml
29 lines (25 loc) · 1.07 KB
/
metadata.toml
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
# Metadata for this specific system configuration package
config_version = 1
# Name of the system; used internally to reference it and for paths, etc.
name = "hamma"
# Full "pretty" name of the system, e.g. for UI text
name_full = "HAMMA Sensor System"
# The author, authors or sponsoring organization of the system
author = "UAH HAMMA group"
# Freeform description of the system's intended function and purpose
description = "System configuration for the Huntsville AL Marx Meter Array"
# Official website for this specific system
homepage = "https://hamma.dev/"
# Repository containing the system's source code
repo = "https://github.com/hamma-dev/mjolnir-hamma"
# SPDX license identifier for the this configuration package (TBD)
license = ""
# Version of the config package; should follow SemVer and PEP 396
version = "0.2.0dev2"
# Minimum Brokkr version this version of the config package needs to work
brokkr_version_min = "0.4.0a2"
# As above, but maximum version (e.g. "0.3.99" for < 0.4.x)
brokkr_version_max = ""
# Ibid, for Sindri
sindri_version_min = "0.3.0"
sindri_version_max = ""