| [metadata] |
| project_urls = |
| Documentation=https://python-watchdog.readthedocs.io/en/stable/ |
| Source=https://github.com/gorakhargosh/watchdog/ |
| Issues=https://github.com/gorakhargosh/watchdog/issues |
| Changelog=https://github.com/gorakhargosh/watchdog/blob/master/changelog.rst |
| |
| [build_sphinx] |
| source-dir = docs/source |
| build-dir = docs/build |
| all_files = 1 |
| |
| [flake8] |
| ignore = |
| # E203 whitespace before ':', but E203 is not PEP 8 compliant |
| E203 |
| # W503 line break before binary operator, but W503 is not PEP 8 compliant |
| W503 |
| max-line-length = 120 |
| |
| [upload_sphinx] |
| # Requires sphinx-pypi-upload to work. |
| upload-dir = docs/build/html |
| |
| [tool:pytest] |
| addopts = |
| --showlocals |
| -v |
| --cov=watchdog |
| --cov-report=term-missing |