-
Notifications
You must be signed in to change notification settings - Fork 0
/
setup.cfg
43 lines (39 loc) · 898 Bytes
/
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
[metadata]
version = attr: moncic.__version__
maintainer = ARPAE-SIMC
maintainer_email = urpsim@arpae.it
name = moncic-ci
url = https://github.com/ARPA-SIMC/moncic-ci/
license = "GPLV2+"
license_files = "LICENSE"
description = "Simple CI tool"
long_description = file: README.md
long_description_content_type = text/markdown
classifiers =
Development Status :: 4 - Beta
Intended Audience :: Developers
License :: OSI Approved :: GNU General Public License v2 or later (GPLv2+)
Topic :: Software Development :: Testing
[options]
packages =
moncic
moncic.build
moncic.cli
moncic.distro
moncic.operations
moncic.source
moncic.utils
scripts = monci
python_requires = >= 3.8
install_requires =
pyyaml
ruamel.yaml
coloredlogs
texttable
requests
tblib
GitPython
[flake8]
max-line-length = 120
[pycodestyle]
max-line-length = 120