remove MANIFEST.in, move Dockerfile to root

This commit is contained in:
Maximilian Hils 2016-02-16 00:57:42 +01:00
parent ec4f7ab050
commit 4583fa7922
5 changed files with 0 additions and 17 deletions

View File

@ -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

View File

@ -1,4 +0,0 @@
include LICENSE CONTRIBUTORS README.rst
graft test
prune test/tools
recursive-exclude * *.pyc *.pyo *.swo *.swp

View File

@ -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