-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpack.yaml
27 lines (27 loc) · 1001 Bytes
/
pack.yaml
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
---
# Pack reference. It can only contain letters, digits and underscores.
ref: grouqa2
# User-friendly pack name. If this attribute contains spaces or any other special characters, then
# the "ref" attribute must also be specified (see above).
name: grouqa2
# User-friendly pack description.
description: Pacote simples de integração de pacote com o grou.
# Keywords which are used when searching for packs.
keywords:
- grou
- test
# Pack version which must follow semver format (<major>.<minor>.<patch> e.g. 1.0.0)
version: 0.0.1
# A list of major Python versions pack is tested with and works with.
python_versions:
- "2"
- "3"
# Name of the pack author.
author: globo.com
# Email of the pack author.
email: [email protected]
# Optional list of additional contributors to the pack.
contributors:
- "Felipe Nicodemos de Oliveira <[email protected]>"
- "Luiz Henrique Andrade <[email protected]>"
- "Ricardo Fahham <[email protected]>"