mirror of
https://github.com/vee1e/mitmproxy.git
synced 2026-09-01 18:27:18 +00:00
update MANIFEST.in
This commit is contained in:
parent
e2ee41e764
commit
c2634476e5
1 changed files with 7 additions and 7 deletions
14
MANIFEST.in
14
MANIFEST.in
|
|
@ -1,11 +1,11 @@
|
|||
include LICENSE
|
||||
include CHANGELOG
|
||||
include CONTRIBUTORS
|
||||
include README.txt
|
||||
include setup.py
|
||||
include mitmproxy mitmdump
|
||||
include LICENSE CHANGELOG CONTRIBUTORS README.txt
|
||||
exclude README.mkd
|
||||
recursive-include examples *
|
||||
recursive-exclude examples *.pyc *.pyo *.swo *.swp
|
||||
recursive-include doc *
|
||||
recursive-exclude doc *.pyc *.pyo *.swo *.swp
|
||||
recursive-include test *
|
||||
recursive-include libmproxy/resources *
|
||||
recursive-exclude test *.swo *.swp *.pyc
|
||||
recursive-exclude test *.pyc *.pyo *.swo *.swp
|
||||
recursive-include libmproxy *
|
||||
recursive-exclude libmproxy *.pyc *.pyo *.swo *.swp
|
||||
Loading…
Add table
Add a link
Reference in a new issue