forked from opsdroid/opsdroid
-
Notifications
You must be signed in to change notification settings - Fork 0
/
setup.cfg
41 lines (33 loc) · 838 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
[wheel]
universal = 1
[tool:pytest]
testpaths = opsdroid tests
norecursedirs = .git testing_config
[flake8]
max-line-length = 80
exclude = .venv,.git,.tox,docs,www_static,venv,bin,lib,deps,build,modules,.eggs
select = C,E,F,W,B,B950
ignore = E203,E501,W503,F821
[pydocstyle]
ignore = D202,D203,D212,D213,D406,D407,F821
[versioneer]
VCS = git
style = pep440
versionfile_source = opsdroid/_version.py
versionfile_build = opsdroid/_version.py
tag_prefix =
parentdir_prefix =
[extract_messages]
input_dirs = opsdroid
output_file = opsdroid/locale/opsdroid.pot
[init_catalog]
domain = opsdroid
input_file = opsdroid/locale/opsdroid.pot
output_dir = opsdroid/locale
[update_catalog]
domain = opsdroid
input_file = opsdroid/locale/opsdroid.pot
output_dir = opsdroid/locale
[compile_catalog]
domain = opsdroid
directory = opsdroid/locale