forked from hhatto/autopep8
-
Notifications
You must be signed in to change notification settings - Fork 0
/
MANIFEST.in
32 lines (32 loc) · 827 Bytes
/
MANIFEST.in
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
29
30
31
32
include AUTHORS.rst
include LICENSE
include README.rst
include test/__init__.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_with_reduce.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
include .pre-commit-hooks.yaml
recursive-exclude test/suite *.py
recursive-exclude test/suite/out *.py
exclude .travis.yml
exclude CONTRIBUTING.rst
exclude Makefile
exclude coveralls.bash
exclude hooks
exclude hooks/pre-push
exclude install_hooks.bash
exclude test/.gitignore
exclude test/acid.py
exclude test/acid_pypi.py
exclude test/suite
exclude test/suite/out
exclude test/vim_autopep8.py
exclude update_readme.py