mirror of https://github.com/caronc/apprise
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
22 lines
376 B
22 lines
376 B
[bdist_wheel] |
|
universal = 1 |
|
|
|
[metadata] |
|
# ensure LICENSE is included in wheel metadata |
|
license_file = LICENSE |
|
|
|
[pycodestyle] |
|
# We exclude packages we don't maintain |
|
exclude = .eggs,.tox,gntp,tweepy,pushjet |
|
ignore = E722 |
|
statistics = true |
|
|
|
[aliases] |
|
test=pytest |
|
|
|
[tool:pytest] |
|
addopts = --verbose -ra |
|
python_files = test/test_*.py |
|
filterwarnings = |
|
once::Warning |
|
strict = true
|
|
|