tk0miya/diff-highlight

View on GitHub
setup.cfg

Summary

Maintainability
Test Coverage
[build]
build-base = _build

[sdist]
formats = gztar

[wheel]
universal = 1

[aliases]
release = check -r -s register sdist bdist_wheel upload

[check]
strict = 1
restructuredtext = 1

[flake8]
ignore=_
max_line_length=128