mirror of
https://github.com/caronc/apprise.git
synced 2025-01-07 14:39:51 +01:00
15 lines
243 B
INI
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/*
|