alert-autoconf

Форк
0
/
setup.cfg 
84 строки · 1.6 Кб
1
[metadata]
2
name = alert-autoconf
3
version = 0.4.22
4
description = Alerting auto generation by config yaml file
5
platforms = any
6
classifiers =
7
    Programming Language :: Python
8
    Operating System :: POSIX :: Linux
9
    Topic :: System :: Systems Administration
10

11
[options]
12
zip_safe = False
13
packages = find:
14
include_package_data = True
15
package_dir =
16
    =.
17
scripts =
18
    bin/alert.py
19
    bin/setdefaults.py
20
    bin/validate.py
21
install_requires =
22
    moira-client==2.4.8
23
    PyYAML==5.2
24
    redis==3.2.1
25
    pydantic==1.2
26
python_requires = >=3.7
27

28
[options.packages.find]
29
where = .
30
exclude =
31
    tests
32

33
[options.extras_require]
34
testing =
35
    pytest-black==0.3.7
36
    pytest-cover==3.0.0
37
    pytest-flake8==1.0.4
38
    pytest-mock==1.10.4
39
    pytest-runner==4.4
40
    pytest==4.4.0
41
development =
42
    black==19.3b0
43
    flake8-builtins==1.0.post0
44
    flake8-debugger==3.0.0
45
    flake8-docstrings==1.1.0
46
    flake8-print==3.0.1
47
    flake8-quotes==0.13.0
48
    flake8==3.5.0
49
    pep8-naming==0.4.1
50
    pycodestyle==2.3.1
51
    pydocstyle<4.0.0
52
    rope==0.14.*
53
    setuptools-black==0.1.4
54

55
[tool:pytest]
56
addopts =
57
    --cov alert_autoconf
58
    --cov-report term-missing
59
    --cov-report html
60
    --flake8
61
    --black
62
    --verbose
63
    .
64
norecursedirs =
65
    .eggs
66
    .tox
67
    .vscode
68
    build
69
    dist
70
testpaths = tests
71

72
[aliases]
73
build = bdist_wheel
74
release = build upload
75
test = pytest
76

77
[bdist_wheel]
78
# Use this option if your package is pure-python
79
universal = 1
80

81
[devpi:upload]
82
# Options for the devpi: PyPI server and packaging tool
83
# VCS export must be deactivated since we are using setuptools-scm
84
formats = bdist_wheel
85

Использование cookies

Мы используем файлы cookie в соответствии с Политикой конфиденциальности и Политикой использования cookies.

Нажимая кнопку «Принимаю», Вы даете АО «СберТех» согласие на обработку Ваших персональных данных в целях совершенствования нашего веб-сайта и Сервиса GitVerse, а также повышения удобства их использования.

Запретить использование cookies Вы можете самостоятельно в настройках Вашего браузера.