mirror of
https://github.com/vee1e/mitmproxy.git
synced 2026-09-01 18:27:18 +00:00
Add netlib and libpathod as excludes in MANIFEST.in
These are commonly symlinked during dev
This commit is contained in:
parent
84f57a2832
commit
f78451dbbe
1 changed files with 3 additions and 1 deletions
|
|
@ -5,4 +5,6 @@ recursive-include examples *
|
|||
recursive-include doc *
|
||||
recursive-include test *
|
||||
recursive-include libmproxy *
|
||||
recursive-exclude * *.pyc *.pyo *.swo *.swp
|
||||
recursive-exclude * *.pyc *.pyo *.swo *.swp
|
||||
recursive-exclude netlib *
|
||||
recursive-exclude libpathod *
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue