mirror of
https://github.com/PyCQA/flake8.git
synced 2026-04-10 14:54:17 +00:00
Fix up MANIFEST.in
This commit is contained in:
parent
6a2ad045fa
commit
4a05d02ca6
1 changed files with 5 additions and 3 deletions
|
|
@ -1,6 +1,8 @@
|
||||||
include *.rst
|
include *.rst
|
||||||
include CONTRIBUTORS.txt
|
include CONTRIBUTORS.txt
|
||||||
include LICENSE
|
include LICENSE
|
||||||
recursive-include docs *
|
global-exclude *.pyc
|
||||||
recursive-include tests *
|
recursive-include docs *.rst *.py
|
||||||
recursive-include src *
|
recursive-include tests *.py *.ini *.rst *_diff
|
||||||
|
recursive-include src *.py
|
||||||
|
prune docs/build/
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue