2017-12-03 08:00:23 +01:00
|
|
|
[bdist_wheel]
|
|
|
|
universal = 1
|
|
|
|
|
|
|
|
[metadata]
|
|
|
|
# ensure LICENSE is included in wheel metadata
|
|
|
|
license_file = LICENSE
|
2017-11-29 05:14:51 +01:00
|
|
|
|
2019-02-18 05:28:37 +01:00
|
|
|
[flake8]
|
|
|
|
# We exclude packages we don't maintain
|
2021-03-26 21:52:00 +01:00
|
|
|
exclude = .eggs,.tox
|
2020-06-07 19:37:07 +02:00
|
|
|
ignore = E741,E722,W503,W504,W605
|
2019-02-18 05:28:37 +01:00
|
|
|
statistics = true
|
2019-05-30 02:07:05 +02:00
|
|
|
builtins = _
|
2019-02-18 05:28:37 +01:00
|
|
|
|
2017-12-03 08:00:23 +01:00
|
|
|
[aliases]
|
|
|
|
test=pytest
|
2017-11-29 05:14:51 +01:00
|
|
|
|
2017-12-03 08:00:23 +01:00
|
|
|
[tool:pytest]
|
|
|
|
addopts = --verbose -ra
|
|
|
|
python_files = test/test_*.py
|
2021-11-25 21:20:22 +01:00
|
|
|
norecursedirs=test/helpers
|
2017-12-03 08:00:23 +01:00
|
|
|
filterwarnings =
|
|
|
|
once::Warning
|
|
|
|
strict = true
|
2019-05-30 02:07:05 +02:00
|
|
|
|
|
|
|
[extract_messages]
|
|
|
|
output-file = apprise/i18n/apprise.pot
|
|
|
|
sort-output = true
|
|
|
|
copyright-holder = Chris Caron
|
|
|
|
msgid-bugs-address = lead2gold@gmail.com
|
|
|
|
charset = utf-8
|
|
|
|
no-location = true
|
|
|
|
add-comments = false
|
|
|
|
|
|
|
|
[compile_catalog]
|
|
|
|
domain = apprise
|
|
|
|
directory = apprise/i18n
|
|
|
|
statistics = true
|
|
|
|
use-fuzzy = true
|
|
|
|
|
|
|
|
[init_catalog]
|
|
|
|
domain = apprise
|
|
|
|
input-file = apprise/i18n/apprise.pot
|
|
|
|
output-dir = apprise/i18n
|
|
|
|
|
|
|
|
[update_catalog]
|
|
|
|
domain = apprise
|
|
|
|
input-file = apprise/i18n/apprise.pot
|
|
|
|
output-dir = apprise/i18n
|