blob: 4b3ffe3ed9f5b6bfb9c1e4e1d6cb4962534538dc (
plain)
1
2
3
4
5
6
7
8
9
10
|
include LICENSE
include AUTHORS.rst
include CHANGES.rst
include README.rst
include requirements*.txt
include .pytest.expect
include tox.ini
include pytest.ini
graft html5lib/tests/testdata
recursive-include html5lib/tests *.py
|