diff --git a/mitmproxy/.dockerignore b/.dockerignore similarity index 100% rename from mitmproxy/.dockerignore rename to .dockerignore diff --git a/mitmproxy/Dockerfile b/Dockerfile similarity index 100% rename from mitmproxy/Dockerfile rename to Dockerfile diff --git a/mitmproxy/MANIFEST.in b/mitmproxy/MANIFEST.in deleted file mode 100644 index bd612fd2d..000000000 --- a/mitmproxy/MANIFEST.in +++ /dev/null @@ -1,7 +0,0 @@ -include mitmproxy mitmdump mitmweb -include LICENSE CHANGELOG CONTRIBUTORS CONTRIBUTING.md README.rst -graft examples -graft libmproxy -graft test -prune test/tools -recursive-exclude * *.pyc *.pyo *.swo *.swp *.map diff --git a/netlib/MANIFEST.in b/netlib/MANIFEST.in deleted file mode 100644 index db0e2ed6c..000000000 --- a/netlib/MANIFEST.in +++ /dev/null @@ -1,4 +0,0 @@ -include LICENSE CONTRIBUTORS README.rst -graft test -prune test/tools -recursive-exclude * *.pyc *.pyo *.swo *.swp \ No newline at end of file diff --git a/pathod/MANIFEST.in b/pathod/MANIFEST.in deleted file mode 100644 index f492b0efd..000000000 --- a/pathod/MANIFEST.in +++ /dev/null @@ -1,6 +0,0 @@ -include LICENSE CHANGELOG README.txt -exclude README.mkd -recursive-include test * -recursive-include libpathod * -recursive-include examples * -recursive-exclude * *.pyc *.pyo *.swo *.swp \ No newline at end of file