apprise/setup.cfg

15 lines
243 B
INI
Raw Normal View History

2017-11-25 22:51:46 +01:00
[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/*