1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28
|
include AUTHORS.rst
include LICENSE
include README.rst
include test/__init__.py
include test/acid.py
include test/bad_encoding.py
include test/bad_encoding2.py
include test/e101_example.py
include test/example
include test/example/x.py
include test/example.py
include test/iso_8859_1.py
include test/fake_configuration/.pep8
include test/fake_pycodestyle_configuration/tox.ini
include tox.ini
recursive-exclude test/suite *.py
recursive-exclude test/suite/out *.py
exclude CONTRIBUTING.rst
exclude Makefile
exclude hooks
exclude hooks/pre-push
exclude install_hooks.bash
exclude test/.gitignore
exclude test/acid_pypi.py
exclude test/suite
exclude test/suite/out
exclude test/vim_autopep8.py
exclude update_readme.py
|