From 6fdbebd1a8fdf7153cf777d827bdfd12eb6f68af Mon Sep 17 00:00:00 2001 From: Phil Date: Fri, 12 Sep 2008 14:02:13 +0200 Subject: [PATCH] Added a run_scapy script at the package's root to run scapy without install --- MANIFEST.in | 1 + run_scapy | 3 +++ 2 files changed, 4 insertions(+) create mode 100755 run_scapy 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/