diff --git a/MANIFEST.in b/MANIFEST.in index 953617d31..5725f6c5c 100644 --- a/MANIFEST.in +++ b/MANIFEST.in @@ -1,2 +1,3 @@ include MANIFEST.in +include run_scapy include doc/* diff --git a/run_scapy b/run_scapy new file mode 100755 index 000000000..5f51187b3 --- /dev/null +++ b/run_scapy @@ -0,0 +1,3 @@ +#! /bin/sh +DIR=$(dirname $0) +PYTHONPATH=$DIR exec python -m scapy/