apprise/setup.cfg
2017-11-28 23:19:22 -05:00

15 lines
243 B
INI

[egg_info]
tag_build =
tag_date = 0
tag_svn_revision = 0
[pycodestyle]
# We exclude packages we don't maintain
exclude = gntp,tweepy,pushjet
ignore = E722
statistics = True
[coverage:run]
source=apprise
omit=*/gntp/*,*/tweepy/*,*/pushjet/*